From owner-svn-src-head@freebsd.org Thu Nov 12 14:42:52 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 448B3A2C458; Thu, 12 Nov 2015 14:42:52 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-yk0-x22d.google.com (mail-yk0-x22d.google.com [IPv6:2607:f8b0:4002:c07::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0409E1A86; Thu, 12 Nov 2015 14:42:52 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: by ykdv3 with SMTP id v3so96802937ykd.0; Thu, 12 Nov 2015 06:42:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=qu+nUf2lk/JCnLkmCME4rsHOtdARLzehVEjHR/aI8ek=; b=BjVw7v1soVNT/9ta7qvbV/oCwwB2uYsega5XT1CMZpbOawLmrp+Isy5gecxs8HSLpC bZrEI/I51VxqNatrJqJr+RtNCoBvEQcVUuH7k1EhcehN9wJnOJnXYidC0Z+9vACFTKwN ENwivSVHHJsDhAujVhnLR4CxH1d7oew6Y331AEwmLB3erNxFC0u1uEtlXDh0VgWmyyJg t2pJBER2AjilJg5NN6YAjrYe67VGNGxfBYJGy9DYMxkpGRV6/9NvqitI6nrbbfDPnf/v 6jkfWtRSFkaywvmAyO1vGavCN99wvI6pbMdXrmSqH9uF8CraMKJevR4b+Jnr3U9ly6Yl 6MZw== MIME-Version: 1.0 X-Received: by 10.129.0.8 with SMTP id 8mr15173553ywa.81.1447339371093; Thu, 12 Nov 2015 06:42:51 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.37.95.9 with HTTP; Thu, 12 Nov 2015 06:42:51 -0800 (PST) In-Reply-To: <201511092337.tA9Nb19I086123@repo.freebsd.org> References: <201511092337.tA9Nb19I086123@repo.freebsd.org> Date: Thu, 12 Nov 2015 06:42:51 -0800 X-Google-Sender-Auth: rzj82SrdJd_beicO3vYw3I3ZXEA Message-ID: Subject: Re: svn commit: r290628 - in head/etc: . rc.d From: Craig Rodrigues To: Bryan Drewery Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 14:42:52 -0000 On Mon, Nov 9, 2015 at 3:37 PM, Bryan Drewery wrote: > > When extracting mtrees, pass -i so schg/sappnd are respected. > > However, if NO_FSCHG is specified in make.conf, this does not do the right thing. -- Craig