| 
     Hylafax Mailing List Archives
 | 
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
Re: Hylafax rpm issues
On Thu, 23 Oct 1997, Ramana Juvvadi wrote:
> The reason I recommended a reboot was for the faxgetty entry
> in /etc/inittab. Is there anyway to make the init process read 
> /etc/inittab?
It works the same way -- send it a HUP signal.  Though there's no
"init.pid" file, its pid is always 1.  So:
	kill -HUP 1
results in (from /var/log/messages):
	Oct 23 11:01:45 molly init: Re-reading inittab
That's what you wanted, right?
Rob