]> git.pld-linux.org Git - packages/apache.git/commitdiff
- remove remnants from template.init auto/ac/apache1-1_3_34-6 auto/ac/apache1-1_3_34-7 auto/th/apache1-1_3_34-5_9
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 8 Dec 2005 00:41:26 +0000 (00:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.init -> 1.47
    apache1.init -> 1.20

apache.init
apache1.init

index fe83adda65bbb608999d4281d0bc6be8ca9c6350..ffd4c90f2544ba68f6088cc566a6dd0a3bb010cd 100644 (file)
@@ -24,7 +24,6 @@
 # Check that networking is up.
 if is_yes "${NETWORKING}"; then
        if [ ! -f /var/lock/subsys/network -a "$1" != stop -a "$1" != status ]; then
-               # nls "ERROR: Networking is down. %s can't be run." <service>
                msg_network_down httpd
                exit 1
        fi
index 55f0f3eac778e6fb3967776c6b18b90bf2c35ee9..3d8c87a861f60b57b92cc438cfe6ca42d93aa1df 100644 (file)
@@ -22,7 +22,6 @@
 # Check that networking is up.
 if is_yes "${NETWORKING}"; then
        if [ ! -f /var/lock/subsys/network -a "$1" != stop -a "$1" != status ]; then
-               # nls "ERROR: Networking is down. %s can't be run." <service>
                msg_network_down apache
                exit 1
        fi
This page took 0.134655 seconds and 4 git commands to generate.