Browse Source

Do not separate required lsb facilities with commas in the init script (closes:
#448001).


svn:r12231

Peter Palfrader 16 years ago
parent
commit
ad37ad7508
2 changed files with 9 additions and 2 deletions
  1. 7 0
      debian/changelog
  2. 2 2
      debian/tor.init

+ 7 - 0
debian/changelog

@@ -1,3 +1,10 @@
+tor (0.2.0.9-alpha-1+svn) experimentalX; urgency=low
+
+  * Do not separate required lsb facilities with commas in the
+    init script (closes: #448001).
+
+ -- Peter Palfrader <weasel@debian.org>  Sat, 27 Oct 2007 18:34:23 +0200
+
 tor (0.2.0.9-alpha-1) experimental; urgency=low
 
   * New upstream version.

+ 2 - 2
debian/tor.init

@@ -2,8 +2,8 @@
 
 ### BEGIN INIT INFO
 # Provides:          tor
-# Required-Start:    $local_fs, $remote_fs, $network, $named, $time
-# Required-Stop:     $local_fs, $remote_fs, $network, $named, $time
+# Required-Start:    $local_fs $remote_fs $network $named $time
+# Required-Stop:     $local_fs $remote_fs $network $named $time
 # Should-Start:      $syslog
 # Should-Stop:       $syslog
 # Default-Start:     2 3 4 5