]> git.pld-linux.org Git - packages/apache1.git/commitdiff
- unify msg_not_running usage
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 30 May 2006 11:40:40 +0000 (11:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1.init -> 1.23

apache1.init

index 742c168ae70fa8ed37552105dc9a60c6c1ce08a6..ef23b7bf3751504731cd462ee189aeb6a250c363 100644 (file)
@@ -108,7 +108,7 @@ case "$1" in
                        echo "Configuration file syntax test failed."
                fi
        else
-               msg_not_running apache >&2
+               msg_not_running apache
                RETVAL=7
        fi
        ;;
@@ -125,7 +125,7 @@ case "$1" in
                        echo >&2 "Configuration file syntax test failed."
                fi
        else
-               msg_not_running apache >&2
+               msg_not_running apache
                RETVAL=7
        fi
        ;;
This page took 0.048301 seconds and 4 git commands to generate.