aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rc.sysinit
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2006-02-03 04:07:05 +0000
committerBill Nottingham <notting@redhat.com>2006-02-03 04:07:05 +0000
commit00d01b32191fcf93ebfc4015915b598b957ee17a (patch)
tree95c3d1ca2ec7de31ddc109aea51f949e48e10724 /rc.d/rc.sysinit
parentd164cf93d5fcee63d9ea7567e1b863e6897ef8eb (diff)
downloadinitscripts-00d01b32191fcf93ebfc4015915b598b957ee17a.tar
initscripts-00d01b32191fcf93ebfc4015915b598b957ee17a.tar.gz
initscripts-00d01b32191fcf93ebfc4015915b598b957ee17a.tar.bz2
initscripts-00d01b32191fcf93ebfc4015915b598b957ee17a.tar.xz
initscripts-00d01b32191fcf93ebfc4015915b598b957ee17a.zip
clean up dovecot right
Diffstat (limited to 'rc.d/rc.sysinit')
-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