Explorar el Código

pkg/kamailio/squeeze : Make lintian happy(er) by adding dependancy on $remote_fs

As Kamailio need /usr paths to be available, this requires a LSB dependancy on $remote_fs.
Marius Zbihlei hace 14 años
padre
commit
559e540c7a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      pkg/kamailio/deb/squeeze/kamailio.init

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

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