[or-cvs] r12231: Do not separate required lsb facilities with commas in the i (tor/trunk/debian)
weasel at seul.org
weasel at seul.org
Sat Oct 27 16:36:28 UTC 2007
Author: weasel
Date: 2007-10-27 12:36:28 -0400 (Sat, 27 Oct 2007)
New Revision: 12231
Modified:
tor/trunk/debian/changelog
tor/trunk/debian/tor.init
Log:
Do not separate required lsb facilities with commas in the init script (closes:
#448001).
Modified: tor/trunk/debian/changelog
===================================================================
--- tor/trunk/debian/changelog 2007-10-27 15:44:44 UTC (rev 12230)
+++ tor/trunk/debian/changelog 2007-10-27 16:36:28 UTC (rev 12231)
@@ -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 at debian.org> Sat, 27 Oct 2007 18:34:23 +0200
+
tor (0.2.0.9-alpha-1) experimental; urgency=low
* New upstream version.
Modified: tor/trunk/debian/tor.init
===================================================================
--- tor/trunk/debian/tor.init 2007-10-27 15:44:44 UTC (rev 12230)
+++ tor/trunk/debian/tor.init 2007-10-27 16:36:28 UTC (rev 12231)
@@ -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
More information about the tor-commits
mailing list