From: Andy Kwong (iserlohn_at_aicompro.com)
Date: Sun Feb 10 2002 - 16:19:50 EST
On line 80 in /usr/sbin/vserver it is -
rm -fr var/run/*
Shouldn't it be -
rm -f var/run/*.pid
This is because it is removing /var/run/named/ and other directories that some programs need to write their pid files to.
This archive was generated by hypermail 2.1.4 : Mon Aug 19 2002 - 12:01:00 EDT