summaryrefslogtreecommitdiffstats
path: root/package/dbus/S30dbus
diff options
context:
space:
mode:
Diffstat (limited to 'package/dbus/S30dbus')
-rw-r--r--package/dbus/S30dbus4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/dbus/S30dbus b/package/dbus/S30dbus
index 0d15c73043..4427b5c72c 100644
--- a/package/dbus/S30dbus
+++ b/package/dbus/S30dbus
@@ -21,7 +21,7 @@
RETVAL=0
start() {
- echo -n "Starting system message bus: "
+ printf "Starting system message bus: "
dbus-uuidgen --ensure
dbus-daemon --system
@@ -31,7 +31,7 @@ start() {
}
stop() {
- echo -n "Stopping system message bus: "
+ printf "Stopping system message bus: "
## we don't want to kill all the per-user $processname, we want
## to use the pid file *only*; because we use the fake nonexistent
OpenPOWER on IntegriCloud