aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d')
-rwxr-xr-xrc.d/rc.sysinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index 6a363346..f3920748 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -846,7 +846,7 @@ for afile in /var/lock/* /var/run/* ; do
*/samba) rm -rf $afile/*/* ;;
*/screen) rm -rf $afile/* ;;
*/cvs) rm -rf $afile/* ;;
- */dovecot) rm -f $afile/*/* ;;
+ */dovecot) rm -f $afile/* $afile/*/* ;;
*/cups) rm -f $afile/*/* ;;
*/libvirt) rm -rf $afile/*/* ;;
*) rm -f $afile/* ;;