From 1592872da5619aa057182097e9e7c30c556b2cc6 Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Mon, 17 Oct 2011 14:16:02 +0200 Subject: [PATCH] Add author and remove some cruft --- mpt-status.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ;; -- 2.39.2