summaryrefslogtreecommitdiffstats
path: root/package/busybox/S50telnet
diff options
context:
space:
mode:
Diffstat (limited to 'package/busybox/S50telnet')
-rwxr-xr-xpackage/busybox/S50telnet4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/S50telnet b/package/busybox/S50telnet
index 463a772e4c..47e2b63e19 100755
--- a/package/busybox/S50telnet
+++ b/package/busybox/S50telnet
@@ -4,14 +4,14 @@
#
start() {
- echo -n "Starting telnetd: "
+ printf "Starting telnetd: "
start-stop-daemon -S -q -m -b -p /var/run/telnetd.pid \
-x /usr/sbin/telnetd -- -F
[ $? = 0 ] && echo "OK" || echo "FAIL"
}
stop() {
- echo -n "Stopping telnetd: "
+ printf "Stopping telnetd: "
start-stop-daemon -K -q -p /var/run/telnetd.pid \
-x /usr/sbin/telnetd
[ $? = 0 ] && echo "OK" || echo "FAIL"
OpenPOWER on IntegriCloud