From owner-freebsd-stable@FreeBSD.ORG Wed Nov 28 20:05:34 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 26A9516A417 for ; Wed, 28 Nov 2007 20:05:34 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from rm-rstar.sfu.ca (spamdamme.sfu.ca [142.58.101.10]) by mx1.freebsd.org (Postfix) with ESMTP id 9498413C4DB for ; Wed, 28 Nov 2007 20:05:33 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from hexahedron.daemonology.net (fraser.sfu.ca [142.58.101.25]) by rm-rstar.sfu.ca (8.13.6/8.13.4/SFU-5.0H) with SMTP id lASJlUGS025798 for ; Wed, 28 Nov 2007 11:47:31 -0800 (PST) X-Spam-Level: Spam-Level Received: (qmail 24557 invoked from network); 28 Nov 2007 19:47:11 -0000 Received: from unknown (HELO hexahedron.daemonology.net) (127.0.0.1) by 127.0.0.1 with SMTP; 28 Nov 2007 19:47:11 -0000 Message-ID: <474DC5BF.7010405@freebsd.org> Date: Wed, 28 Nov 2007 14:47:11 -0500 From: Colin Percival User-Agent: Thunderbird 2.0.0.9 (X11/20071117) MIME-Version: 1.0 To: Miroslav Lachman <000.fbsd@quip.cz> References: <47436A80.30306@quip.cz> In-Reply-To: <47436A80.30306@quip.cz> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org, 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: Wed, 28 Nov 2007 20:05:34 -0000 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. Colin Percival