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

Marius Zbihlei marius.zbihlei at 1and1.ro
Mon Jun 6 15:00:32 CEST 2011


Module: sip-router
Branch: 3.1
Commit: 65951e6f0573858cfedcb5676dee56ad9cc529bc
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=65951e6f0573858cfedcb5676dee56ad9cc529bc

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