[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Migrating from Raq3 to Raq3 in different areas of the UK



On Thu, 15 Feb 2001, George Ewing wrote:
> 
> 2. kill 'head -1 /var/run/sendmail.pid'  did not work and kicked me
 out of telnet.

LOL! you killed yourself, you are missing a -1 in there, without it you
killed your shell -/

kill -1 'head -1 /var/run/sendmail.pid'

However the start/stop scripts are preferred ;0

gsh