Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Mar 1995 16:43:50 -0700
From:      Nate Williams <nate@trout.sri.MT.net>
To:        Paul Traina <pst@shockwave.com>, 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:  <199503302343.QAA08649@trout.sri.MT.net>
In-Reply-To: Paul Traina <pst@shockwave.com> "Re: cvs commit: src/etc/etc.i386 rc.i386" (Mar 30,  3:35pm)

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).

I like this.  It's simple and to the point.  The SysV stuff is neither
of them.


Nate







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