Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jun 2012 09:06:28 -0400
From:      Tom Rhodes <trhodes@FreeBSD.org>
To:        Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl>
Cc:        trhodes@freebsd.org, danger@rulez.sk, utisoft@gmail.com, freebsd-hackers@freebsd.org
Subject:   Re: Replacing rc(8) (Was: FreeBSD Boot Times)
Message-ID:  <20120622090628.3c4bb449.trhodes@FreeBSD.org>
In-Reply-To: <alpine.BSF.2.00.1206220902150.26684@wojtek.tensor.gdynia.pl>
References:  <4FDF6177.5050608@unsane.co.uk> <CAPDOV4_ufNGyheDAhPxfndJ7WtH_u=5z7mrLtW-5-a9BMbCswg@mail.gmail.com> <alpine.BSF.2.00.1206201745040.1949@wojtek.tensor.gdynia.pl> <CAPDOV4_Fsj_QCLDWSs3o5qiDKS2hTH4qBf8fwJftne8KJNXy1Q@mail.gmail.com> <op.wf7v5el5g7njmm@michael-think> <CAPDOV4_x2T7p_3puD6AKpjoTwFCRPeP6mvvLxRVv_ZrgCTmU3g@mail.gmail.com> <CAPDOV4-2Hz=9fXBJ=oeRFxF7MEeQex946NdpgiPdSJzBwMrcBQ@mail.gmail.com> <CAOjFWZ63C5mBQBYRnG4GKRBR1uPiyG06Svz_x44_=VnfwL=u7w@mail.gmail.com> <op.wf725x1gg7njmm@michael-think> <alpine.BSF.2.00.1206210913240.1607@wojtek.tensor.gdynia.pl> <20120621171006.Horde.Rzi7VU-oyn9P4zlOtE-CvdA@horde.syscare.sk> <alpine.BSF.2.00.1206211819400.3666@wojtek.tensor.gdynia.pl> <20120621131217.5763ffc4.trhodes@FreeBSD.org> <alpine.BSF.2.00.1206220830210.26433@wojtek.tensor.gdynia.pl> <CADLo839qd%2B_TRHOx76oxs1BdY3ke_g8OQqYSbETdk9mg4tXaxg@mail.gmail.com> <alpine.BSF.2.00.1206220902150.26684@wojtek.tensor.gdynia.pl>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 22 Jun 2012 09:02:44 +0200 (CEST)
Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl> wrote:

> >> why adding solaris style command to add a line in text file. just edit a
> > text file.
> >>
> >
> > Scripting?
> 
> 
> 
> echo newserviceline >>file
> 
> grep -v servicetoberemoved file >file.new;mv file.new file
> 

Why have people edit yet another file to do process monitoring,
and have them kill hup a service just to have it work?  Not
very optimal I thought.

--
Tom Rhodes



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