From owner-freebsd-stable@FreeBSD.ORG Wed Nov 21 10:55:32 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 4632716A418; Wed, 21 Nov 2007 10:55:32 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [82.208.36.70]) by mx1.freebsd.org (Postfix) with ESMTP id ECD6413C48A; Wed, 21 Nov 2007 10:55:31 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from localhost (localhost.codelab.cz [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 4283C19E019; Wed, 21 Nov 2007 11:55:31 +0100 (CET) Received: from [192.168.1.2] (r3a200.net.upc.cz [213.220.192.200]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTP id AE44819E02D; Wed, 21 Nov 2007 11:55:28 +0100 (CET) Message-ID: <47440EAE.7000701@quip.cz> Date: Wed, 21 Nov 2007 11:55:42 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: cz, cs, en, en-us MIME-Version: 1.0 To: pluknet References: <47436A80.30306@quip.cz> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed 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, 21 Nov 2007 10:55:32 -0000 pluknet wrote: > Hello. > > On 21/11/2007, Miroslav Lachman <000.fbsd@quip.cz> 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 > > It could happen if the 'UpdateIfUnmodified' directive in your > freebsd-update.conf does not include /root/ path (/etc/ /var/ by > default). Hmmm it seems a little bit dangerous to me. OK, it is my fault. >>/etc/pf.conf is missing. > > It was moved to examples just before 7.0-BETA3. I had my pf.conf modified, but after upgrade and reboot, my machine booted without firewall, because pf.conf is missing. Now I am looking in to /var/db/freebsd-update/install.MvUwSa/INDEX-OLD and /var/db/freebsd-update/install.MvUwSa/INDEX-NEW - /etc/pf.conf is only in INDEX-OLD, /root/.cshrc is in both - but I do not know if it means something, I do not know freebsd-update principles in conjunction with INDEX-*. Miroslav Lachman