Просмотр исходного кода

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 14 лет назад
Родитель
Сommit
559e540c7a
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      pkg/kamailio/deb/squeeze/kamailio.init

+ 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 $remote_fs $time
+# Required-Stop:     $syslog $network $remote_fs
 # Should-Start:      mysql postgresql freeradius
 # Should-Stop:       mysql postgresql freeradius
 # Default-Start:     2 3 4 5