Remove stray $ character from a bunch of init scripts

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Luca Ceresoli 2012-03-15 22:08:09 +01:00 committed by Peter Korsgaard
parent b23df14888
commit 1a994d58af
12 changed files with 14 additions and 14 deletions

View File

@ -17,7 +17,7 @@ case "$1" in
"$0" start
;;
*)
echo $"Usage: $0 {start|stop|restart}"
echo "Usage: $0 {start|stop|restart}"
exit 1
esac

View File

@ -31,7 +31,7 @@ case "$1" in
restart
;;
*)
echo $"Usage: $0 {start|stop|restart}"
echo "Usage: $0 {start|stop|restart}"
exit 1
esac

View File

@ -19,7 +19,7 @@ case "$1" in
restart|reload)
;;
*)
echo $"Usage: $0 {start|stop|restart}"
echo "Usage: $0 {start|stop|restart}"
exit 1
esac

View File

@ -13,7 +13,7 @@ case "$1" in
restart|reload)
;;
*)
echo $"Usage: $0 {start|stop|restart}"
echo "Usage: $0 {start|stop|restart}"
exit 1
esac

View File

@ -72,7 +72,7 @@ case "$1" in
RETVAL=$?
;;
*)
echo $"Usage: $0 {start|stop|status|restart|condrestart|reload}"
echo "Usage: $0 {start|stop|status|restart|condrestart|reload}"
;;
esac
exit $RETVAL

View File

@ -48,7 +48,7 @@ case "$1" in
restart
;;
*)
echo $"Usage: $0 {start|stop|restart}"
echo "Usage: $0 {start|stop|restart}"
exit 1
esac

View File

@ -33,7 +33,7 @@ case "$1" in
restart
;;
*)
echo $"Usage: $0 {start|stop|restart}"
echo "Usage: $0 {start|stop|restart}"
exit 1
esac

View File

@ -25,6 +25,6 @@ case "$1" in
start
;;
*)
echo $"Usage: $0 {start|stop|restart}"
echo "Usage: $0 {start|stop|restart}"
exit 1
esac

View File

@ -39,7 +39,7 @@ fi
case "$1" in
start)
# Start daemon.
echo -n $"Starting network plug daemon: "
echo -n "Starting network plug daemon: "
start-stop-daemon -S -q -p /var/run/netplugd.pid -x /sbin/netplugd ${NETPLUGDARGS}
RETVAL=$?
echo
@ -47,7 +47,7 @@ case "$1" in
;;
stop)
# Stop daemon.
echo -n $"Shutting down network plug daemon: "
echo -n "Shutting down network plug daemon: "
start-stop-daemon -K -n netplugd
RETVAL=$?
echo
@ -61,7 +61,7 @@ case "$1" in
[ -f /var/lock/subsys/netplugd ] && $0 restart || :
;;
*)
echo $"Usage: $0 {start|stop|restart}"
echo "Usage: $0 {start|stop|restart}"
RETVAL=1
;;
esac

View File

@ -64,7 +64,7 @@ case "$1" in
restart
;;
*)
echo $"Usage: $0 {start|stop|restart}"
echo "Usage: $0 {start|stop|restart}"
exit 1
esac

View File

@ -30,7 +30,7 @@ case "$1" in
restart
;;
*)
echo $"Usage: $0 {start|stop|restart}"
echo "Usage: $0 {start|stop|restart}"
exit 1
esac

View File

@ -29,7 +29,7 @@ case "$1" in
restart
;;
*)
echo $"Usage: $0 {start|stop|restart}"
echo "Usage: $0 {start|stop|restart}"
exit 1
esac