Package: tspc
Version: 2.1.1-3
Severity: minor
Tags: patch

'/etc/init.d/tspc stop' leaves a hanging line if it's called when tspc
isn't running.

@@ -18,7 +18,7 @@
 }
  
 stop() {
-       start-stop-daemon --stop --quiet --exec $TSPC || exit 1
+       start-stop-daemon --stop --quiet --exec $TSPC || { echo; exit 1; }
        ip tunnel del $if_tunnel_v6v4 2>/dev/null
        ip tunnel del $if_tunnel_v6udpv6 2>/dev/null
 }
-- 
------------------------------------------------------------ Joseph Walton --
------------- "This has to be a mistake. But the - the angry dwarf stays." --


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to