[sr-dev] git:master: pkg/kamailio/squeeze : Make lintian happy(er) by adding dependancy on $remote_fs

Marius Zbihlei marius.zbihlei at 1and1.ro
Mon Jun 6 14:57:34 CEST 2011


Module: sip-router
Branch: master
Commit: 559e540c7a575bad7bf0db4a52d7e3cb1b531d8d
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=559e540c7a575bad7bf0db4a52d7e3cb1b531d8d

Author: Marius Zbihlei <marius.zbihlei at 1and1.ro>
Committer: Marius Zbihlei <marius.zbihlei at 1and1.ro>
Date:   Mon Jun  6 15:44:16 2011 +0300

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.

---

 pkg/kamailio/deb/squeeze/kamailio.init |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkg/kamailio/deb/squeeze/kamailio.init b/pkg/kamailio/deb/squeeze/kamailio.init
index ab54d0c..30326f6 100644
--- a/pkg/kamailio/deb/squeeze/kamailio.init
+++ b/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




More information about the sr-dev mailing list