aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrc.d/rc.sysinit1
1 files changed, 1 insertions, 0 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index 88b6d7d6..42726893 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -501,6 +501,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/*/* ;;
*) rm -f $afile/* ;;
esac
else