]> git.pld-linux.org Git - packages/apache.git/commitdiff
- unify msg_not_running usage auto/ac/apache1-1_3_36-2 auto/ac/apache1-1_3_37-1 auto/ac/apache1-1_3_37-2 auto/ac/apache1-1_3_37-3 auto/ac/apache1-1_3_37-4 auto/ac/apache1-1_3_37-5 auto/ac/apache1-1_3_37-6 auto/ac/apache1-1_3_37-7 auto/th/apache1-1_3_37-7
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:
    apache.init -> 1.54
    apache1.init -> 1.23

apache.init
apache1.init

index e067c46e34cb07d8bbadb17e308f2cd38b9dd56b..64e6cadf45073a9ab399e448c89afa814229c441 100644 (file)
@@ -82,7 +82,7 @@ case "$1" in
                        RETVAL=$?
                fi
        else
-               msg_not_running httpd.${HTTPD_MPM} >&2
+               msg_not_running httpd.${HTTPD_MPM}
                RETVAL=7
        fi
        ;;
@@ -97,7 +97,7 @@ case "$1" in
                        RETVAL=$?
                fi
        else
-               msg_not_running httpd.${HTTPD_MPM} >&2
+               msg_not_running httpd.${HTTPD_MPM}
                RETVAL=7
        fi
        ;;
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.079068 seconds and 4 git commands to generate.