Package: trousers
Version: 0.3.5-2
Severity: normal
Tags: patch

Hi,

The daemon is by default binding on a network interface.

I think the init script should reflect that and require $network
facility.

Please see my attached patch.

Cheers

Laurent Bigonville
diff -Nru trousers-0.3.7/debian/trousers.init trousers-0.3.7/debian/trousers.init
--- trousers-0.3.7/debian/trousers.init	2011-11-21 21:11:52.000000000 +0100
+++ trousers-0.3.7/debian/trousers.init	2011-11-25 01:04:57.000000000 +0100
@@ -2,8 +2,8 @@
 
 ### BEGIN INIT INFO
 # Provides:		tcsd trousers
-# Required-Start:	$local_fs $remote_fs
-# Required-Stop:	$local_fs $remote_fs
+# Required-Start:	$remote_fs $network
+# Required-Stop:	$remote_fs $network
 # Should-Start:
 # Should-Stop:
 # Default-Start:	2 3 4 5

Reply via email to