From b18f5bf2db0fba2e7e539f68645836036d940d26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 29 Apr 2015 15:44:44 +0200 Subject: Imported Upstream version 2.9.6 --- scripts/ipmi_port.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/ipmi_port.sh') diff --git a/scripts/ipmi_port.sh b/scripts/ipmi_port.sh index 85539ea..f6c2176 100755 --- a/scripts/ipmi_port.sh +++ b/scripts/ipmi_port.sh @@ -48,7 +48,7 @@ getpid () { start() { - echo -n $"Starting $name: " + echo -n "Starting $name: " echo retval=1 PID=0 @@ -94,7 +94,7 @@ start() stop() { - echo -n $"Stopping $name: " + echo -n "Stopping $name: " echo retval=1 if [ -f $lockfile ]; then @@ -179,7 +179,7 @@ case "$1" in restart ;; *) - echo $"Usage: $0 {start|stop|status|restart|condrestart|try-restart|reload|force-reload}" + echo "Usage: $0 {start|stop|status|restart|condrestart|try-restart|reload|force-reload}" exit 2 esac -- cgit v1.2.3