diff options
-rwxr-xr-x | rc.d/rc.sysinit | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index c0195319..c5278f0b 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -571,6 +571,7 @@ for afile in /var/lock/* /var/run/* ; do */screen) rm -rf $afile/* ;; */cvs) rm -rf $afile/* ;; */dovecot) rm -f $afile/*/* ;; + */cups) rm -f $afile/*/* ;; *) rm -f $afile/* ;; esac else |