On Fri, 22 Jun 2012 09:02:44 +0200 (CEST)
Wojciech Puchar <woj...@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
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to