From owner-freebsd-stable@FreeBSD.ORG Wed Nov 21 00:44:59 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 B00C916A468 for ; Wed, 21 Nov 2007 00:44:59 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.247]) by mx1.freebsd.org (Postfix) with ESMTP id 7C9D813C447 for ; Wed, 21 Nov 2007 00:44:59 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so467696anc for ; Tue, 20 Nov 2007 16:44:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=GB9O6BHqYN8/b/s+Db49RHTBOnbCPb3ITKsMZjM5bl0=; b=s8GiKJmYAgCNKr6l2mt/PnmnY6zzI8QrUxOrnpLZyeY6t05XkyUlU0Y02g51XEXK1qqx8tL/W6sfEyO4MVy3uJKz+7QKpOzG7IpjAy5yv7Ng5IaGtnP07MIxmA28vrh4Gickei+Gjzb3xD9LNN8LAE+lPTSSEckGKj+h9MA00Uw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EVJZFq3nn4wVNiuokL/7No4KBmJdw4RO4ZNlpw6K6yTKaw05zqq/BsKpG/wEK+77RsOLw6YM/KaM0G9jP7qocY7lOq3+wySHaSZCtXoqo9Tqin8IU3zIeZXyzW3a575VhHDXMJseAkjDG2I8sOHQqwllZ3/ViQYvXV2xCxwH/xU= Received: by 10.78.118.5 with SMTP id q5mr7619685huc.1195605498864; Tue, 20 Nov 2007 16:38:18 -0800 (PST) Received: by 10.78.39.6 with HTTP; Tue, 20 Nov 2007 16:38:18 -0800 (PST) Message-ID: Date: Wed, 21 Nov 2007 03:38:18 +0300 From: pluknet To: "Miroslav Lachman" <000.fbsd@quip.cz> In-Reply-To: <47436A80.30306@quip.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47436A80.30306@quip.cz> 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 00:44:59 -0000 Hello. On 21/11/2007, Miroslav Lachman <000.fbsd@quip.cz> wrote: > Hi, > > 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). > /etc/pf.conf is missing. It was moved to examples just before 7.0-BETA3. > Miroslav Lachman wbr, pluknet