Klaus Knopper wrote:
> 
> Hello,
> 
> In /etc/rc.d/init.d/halt:
> 
> runcmd "Sending all processes the TERM signal..." kill -15 -1
> sleep 5
> runcmd "Sending all processes the KILL signal.."  kill -9 -1
> 
> For obvious reasons, it should instead be:
> 
> runcmd "Sending all processes the TERM signal..." /sbin/killall5 -15
> sleep 5
> runcmd "Sending all processes the KILL signal.."  /sbin/killall5 -9
> 
> I thought this had been fixed long ago? Well, Redhat, too, reproduces this
> error again and again in every new release... It's sad, because we have mailed
> them a bugfix every time.
> 

Klaus,

Yes it have been fixed in the previous version but i guess the 6.0 takes the
Redhat package as base so it has been removed.

Jacques

Reply via email to