浏览代码

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 年之前
父节点
当前提交
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