From owner-freebsd-stable@FreeBSD.ORG Sat Jun 2 21:20:55 2007 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EC5A016A46E for ; Sat, 2 Jun 2007 21:20:55 +0000 (UTC) (envelope-from lists@c0mplx.org) Received: from home.c0mplx.org (home.c0mplx.org [213.178.180.1]) by mx1.freebsd.org (Postfix) with ESMTP id B0D0213C48C for ; Sat, 2 Jun 2007 21:20:55 +0000 (UTC) (envelope-from lists@c0mplx.org) Received: from pi by home.c0mplx.org with local (Exim 4.66 (FreeBSD)) (envelope-from ) id 1Hua72-000EVK-MD; Sat, 02 Jun 2007 22:22:12 +0200 Date: Sat, 2 Jun 2007 22:22:12 +0200 From: Kurt Jaeger To: Stefan Hauser Message-ID: <20070602202212.GA13981@home.c0mplx.org> References: <200706021940.l52JetK8064362@multi.usr.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200706021940.l52JetK8064362@multi.usr.ch> Cc: stable@freebsd.org Subject: Re: local/rc.d/* executed twice 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: Sat, 02 Jun 2007 21:20:56 -0000 Hi! > after upgrading 3 machines, i noticed that /usr/local/etc/rc.d/* scipts get > exectued twice. > does anyone have a fix for it ? The reason is: /etc/defaults/rc.conf contains local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" # startup script dirs. To fix it, add a line to /etc/rc.conf: local_startup="/usr/local/etc/rc.d" This overrides the default value and will solve the problem. -- pi@c0mplx.org +49 171 3101372 13 years to go !