After repeated reading about {Required,Should}-{Start,Stop} I've
refreshed the patch, it replaces my last patch. Sorry.


Regards,
Pascal
-- 
The trapper recommends today: deadbeef.0933...@localdomain.org
# HG changeset patch
# User Pascal Volk <u...@localhost.localdomain.org>
# Date 1259213472 0
# Branch HEAD
# Node ID 2b33f2ef69eb23cb1a496c9ed5223604e43821ff
# Parent  f8151445662effc240b68903ab9bc42a60c04cc9
doc/dovecot-initd.sh extended LSB run-time dependencies

diff -r f8151445662e -r 2b33f2ef69eb doc/dovecot-initd.sh
--- a/doc/dovecot-initd.sh	Wed Nov 25 13:19:42 2009 -0500
+++ b/doc/dovecot-initd.sh	Thu Nov 26 05:31:12 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 $syslog $network
+# Required-Stop:     $local_fs $syslog $network
+# Should-Start:      $remote_fs $time postgresql mysql
+# Should-Stop:       $remote_fs $time postgresql mysql
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: Dovecot init script

Reply via email to