From owner-freebsd-bugs Tue Dec 11 8:20:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CE66D37B405 for ; Tue, 11 Dec 2001 08:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBGK1k66326; Tue, 11 Dec 2001 08:20:01 -0800 (PST) (envelope-from gnats) Date: Tue, 11 Dec 2001 08:20:01 -0800 (PST) Message-Id: <200112111620.fBBGK1k66326@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: misc/32687: scripts in /usr/local/etc/rc.d not executed in 4.4-STABLE Reply-To: Peter Pentchev Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/32687; it has been noted by GNATS. From: Peter Pentchev To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: misc/32687: scripts in /usr/local/etc/rc.d not executed in 4.4-STABLE Date: Tue, 11 Dec 2001 18:12:23 +0200 Forwarding a message from the submitter to put it on the audit trail.. G'luck, Peter -- If the meanings of 'true' and 'false' were switched, then this sentence wouldn't be false. ----- Forwarded message from Nicholas Echo|Fox Paufler ----- Date: Tue, 11 Dec 2001 09:04:36 -0700 (MST) From: "Nicholas \"Echo|Fox\" Paufler" X-Sender: echofox@kindercampus.ab.ca To: Peter Pentchev Subject: Re: misc/32687: scripts in /usr/local/etc/rc.d not executed in 4.4-STABLE In-Reply-To: <20011211175055.A578@straylight.oblivion.bg> > > OK, dumb question: does your /etc/defaults/rc.conf have a line like: > script_name_sep=" " # Change if your startup scripts' names contain spaces > > G'luck, > Peter > Nope, that it does not. ... Ahhh.. just looking at the line now. I get what the problem is. since script_name_sep is undefined, slist is going to be equal to something like "apache.shmysql.shdhcpd.sh" and thus isn't going to exceute them because obviously such a file does not exist. So I take it my problem is an old and crufty version of /etc/defaults/rc.conf, then? Hmm. I would have thought mergemaster would have installed a current one, especially in a case where stuff is dependent on new additions to it. I trust that copying over /usr/src/etc/defaults/rc.conf should take care of my problems? Thanks for your help. Nicholas Paufler ----- End forwarded message ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message