Pārlūkot izejas kodu

pkg/deb Fix lsb init file

We depend on $remote_fs as required_[start|stop]
Jon Bonilla 13 gadi atpakaļ
vecāks
revīzija
ccfc9a41d4

+ 2 - 2
pkg/kamailio/deb/debian/kamailio.init

@@ -2,8 +2,8 @@
 #
 ### BEGIN INIT INFO
 # Provides:          kamailio
-# Required-Start:    $syslog $network $local_fs $time
-# Required-Stop:     $syslog $network $local_fs
+# Required-Start:    $syslog $network $local_fs $remote_fs $time
+# Required-Stop:     $syslog $network $local_fs $remote_fs
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Should-Start:      postgresql mysql radius

+ 2 - 2
pkg/kamailio/deb/lenny/kamailio.init

@@ -2,8 +2,8 @@
 #
 ### BEGIN INIT INFO
 # Provides:          kamailio
-# Required-Start:    $syslog $network $local_fs $time
-# Required-Stop:     $syslog $network $local_fs
+# Required-Start:    $syslog $network $local_fs $remote_fs $time
+# Required-Stop:     $syslog $network $local_fs $remote_fs
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Should-Start:      postgresql mysql radius

+ 2 - 2
pkg/kamailio/deb/lucid/kamailio.init

@@ -2,8 +2,8 @@
 #
 ### BEGIN INIT INFO
 # Provides:          kamailio
-# Required-Start:    $syslog $network $local_fs $time
-# Required-Stop:     $syslog $network $local_fs
+# Required-Start:    $syslog $network $local_fs $remote_fs $time
+# Required-Stop:     $syslog $network $local_fs $remote_fs
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Should-Start:      postgresql mysql radius

+ 2 - 2
pkg/kamailio/deb/precise/kamailio.init

@@ -2,8 +2,8 @@
 #
 ### BEGIN INIT INFO
 # Provides:          kamailio
-# Required-Start:    $syslog $network $local_fs $time
-# Required-Stop:     $syslog $network $local_fs
+# Required-Start:    $syslog $network $local_fs $remote_fs $time
+# Required-Stop:     $syslog $network $local_fs $remote_fs
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Should-Start:      postgresql mysql radius

+ 2 - 2
pkg/kamailio/deb/squeeze/kamailio.init

@@ -2,8 +2,8 @@
 #
 ### BEGIN INIT INFO
 # Provides:          kamailio
-# Required-Start:    $syslog $network $local_fs $time
-# Required-Stop:     $syslog $network $local_fs
+# Required-Start:    $syslog $network $local_fs $remote_fs $time
+# Required-Stop:     $syslog $network $local_fs $remote_fs
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Should-Start:      postgresql mysql radius

+ 2 - 2
pkg/kamailio/deb/wheezy/kamailio.init

@@ -2,8 +2,8 @@
 #
 ### BEGIN INIT INFO
 # Provides:          kamailio
-# Required-Start:    $syslog $network $local_fs $time
-# Required-Stop:     $syslog $network $local_fs
+# Required-Start:    $syslog $network $local_fs $remote_fs $time
+# Required-Stop:     $syslog $network $local_fs $remote_fs
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Should-Start:      postgresql mysql radius