From owner-freebsd-stable@FreeBSD.ORG Fri Feb 29 11:52:20 2008 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 98CC01065673 for ; Fri, 29 Feb 2008 11:52:20 +0000 (UTC) (envelope-from freebsd-stable@chef-ingenieur.de) Received: from mta.webmatic.de (mta.webmatic.de [212.78.99.126]) by mx1.freebsd.org (Postfix) with ESMTP id E6F038FC15 for ; Fri, 29 Feb 2008 11:52:19 +0000 (UTC) (envelope-from freebsd-stable@chef-ingenieur.de) Received: (qmail 52738 invoked by uid 89); 29 Feb 2008 11:52:11 -0000 Received: from unknown (HELO mta.webmatic.de) (127.0.0.1) by localhost with SMTP; 29 Feb 2008 11:52:11 -0000 Received: from 217.188.193.85 (SquirrelMail authenticated user freebsd-stable@chef-ingenieur.de) by mta.webmatic.de with HTTP; Fri, 29 Feb 2008 12:52:11 +0100 (CET) Message-ID: <1784.217.188.193.85.1204285931.squirrel@mta.webmatic.de> Date: Fri, 29 Feb 2008 12:52:11 +0100 (CET) From: "Thomas Krause" To: freebsd-stable@freebsd.org User-Agent: SquirrelMail/1.4.11 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: $HOME changed from 6.2 to 6.3 and 7.0 ?! 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: Fri, 29 Feb 2008 11:52:20 -0000 Dear list, after upgrading from 6.2R to 6.3R my daily jobs, which are normaly executed from /etc/daily.local, are not longer started. The entry in daily.local is $HOME/bin/save-conf.sh 6.2R executed /root/bin/save-conf.sh 6.3R (and 7.0R) tries to start /var/log/bin/save-conf.bin Why? I cannot find such a homedir in /etc/passwd! Regards, Thomas.