]> git.pld-linux.org Git - packages/apache.git/commitdiff
- rename sysconfig to httpd to have same script/service/config names
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 9 Jul 2005 23:22:28 +0000 (23:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.init -> 1.44

apache.init

index b575afcfae401f33e28ad3477969245cc8db0c59..72fe83c6098147473eff6280e371ab05c4993fdb 100644 (file)
@@ -19,7 +19,7 @@
 . /etc/sysconfig/network
 
 # Get service config
-[ -f /etc/sysconfig/apache ] && . /etc/sysconfig/apache
+[ -f /etc/sysconfig/httpd ] && . /etc/sysconfig/httpd
 
 # Check that networking is up.
 if is_yes "${NETWORKING}"; then
This page took 0.25706 seconds and 4 git commands to generate.