From: Sven Hoexter Date: Mon, 17 Oct 2011 12:16:02 +0000 (+0200) Subject: Add author and remove some cruft X-Git-Tag: 1.2.0-3~4 X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fmpt-status.git;a=commitdiff_plain;h=1592872da5619aa057182097e9e7c30c556b2cc6 Add author and remove some cruft --- diff --git a/mpt-status.init b/mpt-status.init index 5209872..7e72bb0 100644 --- a/mpt-status.init +++ b/mpt-status.init @@ -1,6 +1,7 @@ #! /bin/sh # Author: Petter Reinholdtsen +# Author: Sven Hoexter # License: GNU General Public License v2 or later # mpt-statusd - Check mpt-status values in the background. @@ -165,7 +166,7 @@ d_stop() { # therefore can be used by a restart d_stop_by_restart() { if [ -f $PIDFILE ] ; then - killproc -p $PIDFILE $SCRIPTNAME > /dev/null 2>&1 + killproc -p $PIDFILE $SCRIPTNAME > /dev/null 2>&1 rm -f $PIDFILE else log_warning_msg "Daemon is already stopped." @@ -174,7 +175,6 @@ d_stop_by_restart() { case "$1" in start) - echo -n "" echo -n $"Starting $DESC: $NAME" d_start ;;