Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Mar 1995 15:35:34 -0800
From:      Paul Traina <pst@shockwave.com>
To:        phk@freebsd.org
Cc:        CVS-commiters@freefall.cdrom.com, cvs-etc@freefall.cdrom.com
Subject:   Re: cvs commit: src/etc/etc.i386 rc.i386 
Message-ID:  <199503302335.PAA04436@precipice.shockwave.com>
In-Reply-To: Your message of "Fri, 31 Mar 1995 01:03:54 %2B0200." <199503302303.AA16270@FileServ1.MI.Uni-Koeln.DE> 

next in thread | previous in thread | raw e-mail | index | archive | help

How about:

for file in rc.local.d/*.rc ; do
	sh $file start
done

nice, clean, simple.  If someone ever wants a programatic way to stop
these things,

for file in rc.local.d/*.rc ; do
	sh $file stop
done

Please don't consider an interface where I need both a start and a stop
shell script (bletch bletch bletch).



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