summaryrefslogtreecommitdiffstats
path: root/package/ntp
diff options
context:
space:
mode:
Diffstat (limited to 'package/ntp')
-rwxr-xr-xpackage/ntp/S49ntp4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/ntp/S49ntp b/package/ntp/S49ntp
index 171c200d83..b4047fceda 100755
--- a/package/ntp/S49ntp
+++ b/package/ntp/S49ntp
@@ -14,12 +14,12 @@ fi
case "$1" in
start)
- echo -n "Starting $NAME: "
+ printf "Starting $NAME: "
start-stop-daemon -S -q -x $DAEMON -- -g
[ $? = 0 ] && echo "OK" || echo "FAIL"
;;
stop)
- echo -n "Stopping $NAME: "
+ printf "Stopping $NAME: "
start-stop-daemon -K -q -n $NAME
[ $? = 0 ] && echo "OK" || echo "FAIL"
;;
OpenPOWER on IntegriCloud