From owner-svn-src-all@freebsd.org Fri Nov 13 05:06:40 2015 Return-Path: Delivered-To: svn-src-all@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 E2893A2DC26; Fri, 13 Nov 2015 05:06:40 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-yk0-x235.google.com (mail-yk0-x235.google.com [IPv6:2607:f8b0:4002:c07::235]) (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 A0C1D1584; Fri, 13 Nov 2015 05:06:40 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: by ykfs79 with SMTP id s79so130507234ykf.1; Thu, 12 Nov 2015 21:06:39 -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=4B4DPasoOqX69Cq65GU9MI/63yYSyRqJGaKks81oRZY=; b=GBqtbnrvqDNf7ZYiHOZBC5m/CaYsrWUW1/VUyx5Rj/NmkWdC+eFhLpqQSTiQk5Sk7I qeHiTzi55Bz3S1wOkW/hSmaBp8Rio6wFK9BN3ISiONqtwAnAL6GTbgYi4GKRTdZtp3HM rMXWQ75Nbaxo64MBh7QW75ayg0DDy5PsJle7scXNh0WMHypwrYKYTIiWjTvc/qol32m6 TQgLraz0ye+k3WWwe+a4NlJ4S/ynmT9n75J9lmWfyo0HEvCMmMbNSg/FPGPjsYXBpx27 55PVK8jy/epHMiJa0HpyUIcvM6NxM0m19kHK8grHjSTYKezd/qDgAS00CBQRwtszey2m xIaQ== MIME-Version: 1.0 X-Received: by 10.13.250.69 with SMTP id k66mr19081332ywf.107.1447391199859; Thu, 12 Nov 2015 21:06:39 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.37.95.9 with HTTP; Thu, 12 Nov 2015 21:06:39 -0800 (PST) In-Reply-To: <5644C833.2060806@FreeBSD.org> References: <201511092337.tA9Nb19I086123@repo.freebsd.org> <5644C833.2060806@FreeBSD.org> Date: Thu, 12 Nov 2015 21:06:39 -0800 X-Google-Sender-Auth: tW09owAZnDDVZv_26z9n3kn-FXs 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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 05:06:41 -0000 On Thu, Nov 12, 2015 at 9:11 AM, Bryan Drewery wrote: > On 11/12/2015 6:42 AM, Craig Rodrigues wrote: > > However, if NO_FSCHG is specified in make.conf, this does not do the > > right thing. > > > > This is now fixed. > Thank you. -- Craig