George Bonser <[EMAIL PROTECTED]> writes: > killall -HUP inetd
While this will work, killall is a little evil, because it can sometimes accidentially kill some other things you weren't expecting. A more precise way to do this would be: kill -HUP `cat /var/run/inetd.pid` Either one will get the jon done, though... -- Rob -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .