From owner-cvs-all@FreeBSD.ORG Fri Sep 1 13:57:53 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1CA316A4E0; Fri, 1 Sep 2006 13:57:53 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8C8843D4C; Fri, 1 Sep 2006 13:57:37 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (zion.baldwin.cx [192.168.0.7]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k81DvZ4S035208; Fri, 1 Sep 2006 09:57:36 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Ruslan Ermilov Date: Fri, 1 Sep 2006 09:31:40 -0400 User-Agent: KMail/1.9.1 References: <200608290920.k7T9KmV9067843@repoman.freebsd.org> <20060901102729.GC83135@rambler-co.ru> In-Reply-To: <20060901102729.GC83135@rambler-co.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609010931.41108.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [192.168.0.1]); Fri, 01 Sep 2006 09:57:36 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/1784/Fri Sep 1 08:00:05 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, Garance A Drosehn Subject: Re: "Chatty" config files in /etc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Sep 2006 13:57:54 -0000 On Friday 01 September 2006 06:27, Ruslan Ermilov wrote: > On Thu, Aug 31, 2006 at 06:27:55PM -0400, Garance A Drosehn wrote: > [...] > > >I was thinking of /usr/share/examples/ppp (I thought it had > > >been under /usr/share/examples/etc/ppp). Having > > >/usr/share/examples/etc in its current form really isn't all > > >that useful as for one thing it has rotted a bunch. > > > > Hmm. I am not sure that it has rotted all that much. The list > > of files might not be complete, but I've done a 'diff' between > > the files in there and files under /etc, and they all seem to > > be exactly the same. (done on 6.x-stable under PPC, not i386) > > > I think John meant something different (not sure what), because > they cannot rot in the sense of being different from files in > /etc since they are installed from the same sources (and the > same src/etc/Makefile). The rot is that it isn't a full copy of /etc, at least in my mind. -- John Baldwin