]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Do not separate required lsb facilities with commas in the init script (closes:
authorPeter Palfrader <peter@palfrader.org>
Sat, 27 Oct 2007 16:36:28 +0000 (16:36 +0000)
committerPeter Palfrader <peter@palfrader.org>
Sat, 27 Oct 2007 16:36:28 +0000 (16:36 +0000)
#448001).

svn:r12231

debian/changelog
debian/tor.init

index 2abd205a62553cfc30e3c82a2a70eb8f2f98fb10..f0aa139db410ee57180d32ecf6e1cccc3f963161 100644 (file)
@@ -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.
index 8333ff5da58497e942125d64a2258db96e5efaaf..ec5707d7d1afc0e100b449b7e2e11834e13a18f0 100644 (file)
@@ -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