Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Apr 2004 02:28:56 +0200
From:      John Oxley <oxo@rucus.ru.ac.za>
To:        questions@freebsd.org
Subject:   Re: Question on inetd.conf
Message-ID:  <20040427002856.GC87915@rucus.ru.ac.za>
In-Reply-To: <20040426145945.F14566@bsd.billschoolcraft.com>
References:  <200404262150.i3QLo0qc011125@nic-naa.net> <20040426145945.F14566@bsd.billschoolcraft.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon 2004-04-26 (15:02), Bill Schoolcraft wrote:
> At Mon, 26 Apr 2004 it looks like Eric Brunner-Williams composed:
> 
> >
> > > How do you restart inetd.conf after you make a change, without rebooting?
> >
> > kill -HUP `cat /var/run/inetd.pid`
> 
> or
> 
>   kill -1 `cat /var/run/inetd.pid`
> 
> To check out the numeric options, do `kill -l`

or
killall -1 inetd == killall -HUP inetd

-- 
/~\ The ASCII           ASCII stupid question, get a EBCDIC ANSI.
\ / Ribbon Campaign     John Oxley
 X  Against HTML        http://oxo.rucus.net/
/ \ Email!              oxo <at> rucus.ru.ac.za
"Personally, I'd rather pay for my freedom than live in a bitmapped, pop-up-happy dungeon like NT."
		-- Thomas Scoville



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