From owner-svn-src-head@FreeBSD.ORG Sun Aug 7 20:51:33 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D93810656D7; Sun, 7 Aug 2011 20:51:33 +0000 (UTC) (envelope-from simon@nitro.dk) Received: from emx.nitro.dk (emx.nitro.dk [IPv6:2a01:4f8:120:7384::102]) by mx1.freebsd.org (Postfix) with ESMTP id BAF128FC14; Sun, 7 Aug 2011 20:51:32 +0000 (UTC) Received: from mailscan.leto.nitro.dk (mailscan.leto.nitro.dk [127.0.1.4]) by emx.nitro.dk (Postfix) with ESMTP id 22233BD292; Sun, 7 Aug 2011 20:51:32 +0000 (UTC) Received: from emx.nitro.dk ([127.0.1.2]) by mailscan.leto.nitro.dk (mailscan.leto.nitro.dk [127.0.1.4]) (amavisd-new, port 10024) with LMTP id uaW8QOFkgYAT; Sun, 7 Aug 2011 20:51:30 +0000 (UTC) Received: from [192.168.4.21] (4304ds2-vlb.1.fullrate.dk [90.184.171.166]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by emx.nitro.dk (Postfix) with ESMTPSA id C6DEABD28A; Sun, 7 Aug 2011 20:51:29 +0000 (UTC) Mime-Version: 1.0 (Apple Message framework v1244.3) Content-Type: text/plain; charset=us-ascii From: "Simon L. B. Nielsen" In-Reply-To: <201108060916.p769Gr4A043462@svn.freebsd.org> Date: Sun, 7 Aug 2011 22:51:29 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <9DDF0DAB-9056-45CD-8CE9-81B621A35B13@nitro.dk> References: <201108060916.p769Gr4A043462@svn.freebsd.org> To: Doug Barton X-Mailer: Apple Mail (2.1244.3) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r224674 - head/etc X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 07 Aug 2011 20:51:33 -0000 On 6 Aug 2011, at 11:16, Doug Barton wrote: > Author: dougb > Date: Sat Aug 6 09:16:53 2011 > New Revision: 224674 > URL: http://svn.freebsd.org/changeset/base/224674 >=20 > Log: > Rather than edit the nsswitch.conf file based on ${MK_NIS} =3D=3D = "no" > comment out the NIS _compat options by default, but leave them in > the file for the convenience of users who want to enable it. >=20 > Update the comment in the file accordingly. This disables NIS by default which is rather surprising considering = there has been no prior (which I have been able to find) discussion of = this. At the _VERY_ least people need to be warned about this loudly. Unless = you can show this really helps non-NIS users this is IMO a bad idea. Yes, if you hand merge all /etc files this won't be a problem... but I = don't since life's to short for that, so this change just broke login on = one of the FreeBSD.org during an upgrade. --=20 Simon L. B. Nielsen