]> git.pld-linux.org Git - packages/syslog-ng.git/commitdiff
- unify msg_
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 26 Jan 2009 22:02:18 +0000 (22:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    syslog-ng.init -> 1.23

syslog-ng.init

index ccd93346f2701c57994fe8839b2322c79167a688..8dd1c0c428cee24c035312e36faaee71f341c007 100644 (file)
@@ -43,7 +43,7 @@ stop() {
                killproc syslog-ng
                rm -f /var/lock/subsys/syslog-ng >/dev/null 2>&1
        else
-               msg_not_running syslog-ng
+               msg_not_running "syslog-ng"
        fi
 }
 
@@ -52,7 +52,7 @@ condrestart() {
                stop
                start
        else
-               msg_not_running syslog-ng
+               msg_not_running "syslog-ng"
                RETVAL=$1
        fi
 }
@@ -88,7 +88,7 @@ case "$1" in
                        echo >&2 "Configuration file syntax test failed."
                fi
        else
-               msg_not_running syslog-ng
+               msg_not_running "syslog-ng"
                exit 7
        fi
        ;;
This page took 0.089024 seconds and 4 git commands to generate.