[or-cvs] r11647: Updates to the SUSE init script. Suggestions by Lars Vodgt. (in tor: branches/tor-0_1_2-patches/contrib/suse trunk/contrib/suse)
phobos at seul.org
phobos at seul.org
Tue Sep 25 23:59:33 UTC 2007
Author: phobos
Date: 2007-09-25 19:59:33 -0400 (Tue, 25 Sep 2007)
New Revision: 11647
Modified:
tor/branches/tor-0_1_2-patches/contrib/suse/tor.sh.in
tor/trunk/contrib/suse/tor.sh.in
Log:
Updates to the SUSE init script. Suggestions by Lars Vodgt.
Modified: tor/branches/tor-0_1_2-patches/contrib/suse/tor.sh.in
===================================================================
--- tor/branches/tor-0_1_2-patches/contrib/suse/tor.sh.in 2007-09-25 23:57:12 UTC (rev 11646)
+++ tor/branches/tor-0_1_2-patches/contrib/suse/tor.sh.in 2007-09-25 23:59:33 UTC (rev 11647)
@@ -16,11 +16,12 @@
### BEGIN INIT INFO
# Provides: tor
-# Required-Start: $network
-# Required-Stop: $network
+# Required-Start: $remote_fs $network
+# Required-Stop: $remote_fs $network
# Default-Start: 3 5
# Default-Stop: 0 1 2 6
-# Description: Start the tor daemon
+# Short-Description: Start the tor daemon
+# Description: Start the tor daemon: the anon-proxy server
### END INIT INFO
. /etc/rc.status
Modified: tor/trunk/contrib/suse/tor.sh.in
===================================================================
--- tor/trunk/contrib/suse/tor.sh.in 2007-09-25 23:57:12 UTC (rev 11646)
+++ tor/trunk/contrib/suse/tor.sh.in 2007-09-25 23:59:33 UTC (rev 11647)
@@ -16,11 +16,12 @@
### BEGIN INIT INFO
# Provides: tor
-# Required-Start: $network
-# Required-Stop: $network
+# Required-Start: $remote_fs $network
+# Required-Stop: $remote_fs $network
# Default-Start: 3 5
# Default-Stop: 0 1 2 6
-# Description: Start the tor daemon
+# Short-Description: Start the tor daemon
+# Description: Start the tor daemon: the anon-proxy server
### END INIT INFO
. /etc/rc.status
More information about the tor-commits
mailing list