18 Apr
2000
18 Apr
'00
15:53
On Tue, 18 Apr 2000, Thomas Biege wrote:
Just add the following line to the end of the script.
kill -HUP `cat /var/run/syslogd.pid`
I've seen this type of thing suggested alot, is there a reason this is better than: killall -HUP syslogd It seems to me that killall is less complicated (doesn't use the special quote mark things). /cog