Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Mar 1995 11:42:28 -0800 (PST)
From:      Poul-Henning Kamp <phk@ref.tfs.com>
To:        rgrimes@gndrsh.aac.dev.com (Rodney W. Grimes)
Cc:        ache@freefall.cdrom.com, CVS-commiters@freefall.cdrom.com, cvs-etc@freefall.cdrom.com
Subject:   Re: cvs commit: src/etc/etc.i386 rc.i386
Message-ID:  <199503301942.LAA14066@ref.tfs.com>
In-Reply-To: <199503301937.LAA06163@gndrsh.aac.dev.com> from "Rodney W. Grimes" at Mar 30, 95 11:37:09 am

next in thread | previous in thread | raw e-mail | index | archive | help
> I have about 5 or 6 things stacked up in my box right now that have
> to do with /etc/rc* and such...
> 

While we have the war going, can I suggest we add this to the end of
/etc/rc:

	if [ -d /etc/rc.d ] ; then
		for i in /etc/rc.d/*
		do
			if [ -f $i ] ; then
				sh $i start
			fi
		done
	fi

There is >no way< presently for a package of any kind to get a clean
hook into the boot-sequence.
This is bad, stupid and evil.
-- 
Poul-Henning Kamp <phk@login.dknet.dk> -- TRW Financial Systems, Inc.
'All relevant people are pertinent' && 'All rude people are impertinent'
=> 'no rude people are relevant'



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503301942.LAA14066>