dovecot-2.0: doc/dovecot-initd.sh extended LSB run-time dependen...
dovecot at dovecot.org
dovecot at dovecot.org
Wed Dec 9 00:55:06 EET 2009
details: http://hg.dovecot.org/dovecot-2.0/rev/73679e39f072
changeset: 10435:73679e39f072
user: Pascal Volk <user at localhost.localdomain.org>
date: Fri Nov 27 15:41:04 2009 +0000
description:
doc/dovecot-initd.sh extended LSB run-time dependencies
diffstat:
1 file changed, 4 insertions(+), 3 deletions(-)
doc/dovecot-initd.sh | 7 ++++---
diffs (17 lines):
diff -r b166d2cc49a6 -r 73679e39f072 doc/dovecot-initd.sh
--- a/doc/dovecot-initd.sh Tue Dec 08 17:51:29 2009 -0500
+++ b/doc/dovecot-initd.sh Fri Nov 27 15:41:04 2009 +0000
@@ -1,9 +1,10 @@
#!/bin/sh
### BEGIN INIT INFO
# Provides: dovecot
-# Required-Start: $local_fs $syslog
-# Required-Stop: $local_fs $syslog
-# Should-Start: $time
+# Required-Start: $local_fs $remote_fs $network $syslog $time
+# Required-Stop: $local_fs $remote_fs $network $syslog
+# Should-Start: postgresql mysql slapd winbind
+# Should-Stop: postgresql mysql slapd winbind
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Dovecot init script
More information about the dovecot-cvs
mailing list