diff options
-rwxr-xr-x | rc.d/rc.sysinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 2415c414..a488d182 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -625,7 +625,7 @@ for afile in /var/lock/* /var/run/* ; do if [ -d "$afile" ]; then case "$afile" in */news|*/mon) ;; - */sudo) rm -f $afile/*/* ;; + */sudo|*/vmware) rm -f $afile/*/* ;; *) rm -f $afile/* ;; esac else |