diff options
-rw-r--r-- | rodiscd.init.gentoo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rodiscd.init.gentoo b/rodiscd.init.gentoo index 1541688..a87d575 100644 --- a/rodiscd.init.gentoo +++ b/rodiscd.init.gentoo @@ -15,7 +15,7 @@ start() { } stop() { - ebegin "Starting ${SVCNAME}" + ebegin "Stopping ${SVCNAME}" start-stop-daemon --stop --exec "${command}" \ --pidfile "${pidfile}" eend $? |