From owner-freebsd-stable@FreeBSD.ORG Thu Nov 29 20:25:13 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E54216A420; Thu, 29 Nov 2007 20:25:13 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by mx1.freebsd.org (Postfix) with ESMTP id A837213C47E; Thu, 29 Nov 2007 20:25:11 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.8p) with ESMTP id 221855687-1834499 for multiple; Thu, 29 Nov 2007 15:23:13 -0500 Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.8/8.13.8) with ESMTP id lATKOk1X042281; Thu, 29 Nov 2007 15:24:59 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-stable@freebsd.org Date: Thu, 29 Nov 2007 14:51:46 -0500 User-Agent: KMail/1.9.6 References: <47436A80.30306@quip.cz> <474DC5BF.7010405@freebsd.org> In-Reply-To: <474DC5BF.7010405@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200711291451.47268.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Thu, 29 Nov 2007 15:25:00 -0500 (EST) X-Virus-Scanned: ClamAV 0.91.2/4954/Thu Nov 29 12:46:26 2007 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: Miroslav Lachman <000.fbsd@quip.cz>, Colin Percival Subject: Re: missing .cshrc and pf.conf after upgrade to 7.0-beta3 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Nov 2007 20:25:13 -0000 On Wednesday 28 November 2007 02:47:11 pm Colin Percival wrote: > Miroslav Lachman wrote: > > I am not 100% sure, maybe I overlook something in binary major version > > upgrade procedure, but after upgrade from 6.2 to 7.0-BETA3 my roots > > ~/.cshrc was "accidentally" replaced with dist version of .cshrc and > > /etc/pf.conf is missing. > > The fact that /etc/pf.conf disappeared is due to it being removed from > the release (it is now in /usr/share/examples/etc). The fact that /.cshrc > was upgraded in spite of having been locally modified is probably a bad > idea -- I'll change the default freebsd-update.conf to deal with this. Considering that /etc/pf.conf is a file that users edit to configure pf(4), removing it out from under them is probably a very bad idea. -- John Baldwin