[or-cvs] Backport init script edits.

phobos at seul.org phobos at seul.org
Sat Jun 10 05:37:47 UTC 2006


Update of /home/or/cvsroot/tor/contrib/suse
In directory moria:/tmp/cvs-serv23857

Modified Files:
      Tag: tor-0_1_1-patches
	tor.sh.in 
Log Message:
Backport init script edits.


Index: tor.sh.in
===================================================================
RCS file: /home/or/cvsroot/tor/contrib/suse/tor.sh.in,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -p -d -r1.2.2.1 -r1.2.2.2
--- tor.sh.in	10 Jun 2006 01:23:57 -0000	1.2.2.1
+++ tor.sh.in	10 Jun 2006 05:37:45 -0000	1.2.2.2
@@ -63,7 +63,7 @@ fi
 case "$1" in
 
     start)
-    echo -n "Starting tor daemon"
+    echo "Starting tor daemon"
     ## Start daemon with startproc(8). If this fails
     ## the echo return value is set appropriate.
 
@@ -73,21 +73,21 @@ case "$1" in
     ;;
 
     stop)
-    echo -n "Stopping tor daemon" 
+    echo "Stopping tor daemon" 
     startproc -f $TORCTL stop
     # Remember status and be verbose
     rc_status -v
     ;;
 
     restart)
-    echo -n "Restarting tor daemon" 
+    echo "Restarting tor daemon" 
     startproc -f $TORCTL restart
     # Remember status and be verbose
     rc_status -v
     ;;
 
     reload)
-    echo -n "Reloading tor daemon" 
+    echo "Reloading tor daemon" 
     startproc -f $TORCTL reload
     # Remember status and be verbose
     rc_status -v



More information about the tor-commits mailing list