On Fri, Dec 21, 2001 at 02:57:23PM -0800, agreatham wrote:
>   root@localhost:~> unset HOME
>   root@localhost:/root> /etc/rc.d/inetd start

Better, put the unset HOME inside the /etc/rc.d/inetd script.

Though I suspect that a simple ``skill -HUP inetd'' would have worked in
this particular case.

(skill is a linux-ism that is pretty close to something like kill `pidof
...`.  Actually, depending on which package your /bin/kill came from,
/bin/kill -HUP inetd might have worked as well, but I've some to use skill
by default)

mrc
-- 
     Mike Castle      [EMAIL PROTECTED]      www.netcom.com/~dalgoda/
    We are all of us living in the shadow of Manhattan.  -- Watchmen
fatal ("You are in a maze of twisty compiler features, all different"); -- gcc

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to