From owner-freebsd-current@FreeBSD.ORG Fri Oct 28 11:56:32 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F15C51065676 for ; Fri, 28 Oct 2011 11:56:32 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id C73688FC19 for ; Fri, 28 Oct 2011 11:56:32 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 5096546B06; Fri, 28 Oct 2011 07:56:26 -0400 (EDT) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id D7D4E8A037; Fri, 28 Oct 2011 07:56:25 -0400 (EDT) From: John Baldwin To: freebsd-current@freebsd.org Date: Fri, 28 Oct 2011 07:49:58 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p8; KDE/4.5.5; amd64; ; ) References: <20111027102208.88BFB106564A@hub.freebsd.org> <20111027111451.GO63910@hoeg.nl> In-Reply-To: <20111027111451.GO63910@hoeg.nl> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201110280749.58837.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Fri, 28 Oct 2011 07:56:25 -0400 (EDT) Cc: Tom Evans , Ed Schouten , Thomas Mueller Subject: Re: Upgrade from source to RC1: problems with /etc : lost users and dbus X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2011 11:56:33 -0000 On Thursday, October 27, 2011 7:14:51 am Ed Schouten wrote: > * Tom Evans , 20111027 13:06: > > I have had this happen before, the PEBKAC. When running mergemaster, > > it will prompt you to install new passwd, master.passwd and group > > files - if you have added local users you must not say yes to this, > > you must either merge the changes in or keep your local one. > > It would have been so awesome if our /etc/master.passwd and /etc/group > included an #include directive. I do agree with this. Or if you could have /etc/passwd.d and /etc/group.d directories that can contain files that are auto-included. -- John Baldwin