summaryrefslogtreecommitdiffstats
path: root/package/tftpd/S80tftpd-hpa
diff options
context:
space:
mode:
Diffstat (limited to 'package/tftpd/S80tftpd-hpa')
-rwxr-xr-xpackage/tftpd/S80tftpd-hpa8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/tftpd/S80tftpd-hpa b/package/tftpd/S80tftpd-hpa
index 08443a4c5f..4e8361faa7 100755
--- a/package/tftpd/S80tftpd-hpa
+++ b/package/tftpd/S80tftpd-hpa
@@ -37,12 +37,12 @@ d_reload() {
case "$1" in
start)
- echo -n "Starting $DESC: "
+ printf "Starting $DESC: "
d_start
echo "done"
;;
stop)
- echo -n "Stopping $DESC: "
+ printf "Stopping $DESC: "
d_stop
echo "done"
;;
@@ -55,7 +55,7 @@ case "$1" in
# If the daemon responds to changes in its config file
# directly anyway, make this an "exit 0".
#
- # echo -n "Reloading $DESC configuration..."
+ # printf "Reloading $DESC configuration..."
# d_reload
# echo "done."
#;;
@@ -65,7 +65,7 @@ case "$1" in
# option to the "reload" entry above. If not, "force-reload" is
# just the same as "restart".
#
- echo -n "Restarting $DESC: "
+ printf "Restarting $DESC: "
d_stop
sleep 1
d_start
OpenPOWER on IntegriCloud