]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache.init
- cosmetics
[packages/apache.git] / apache.init
index 881652b4ebe3880c8fdc23ce1c8ccd4895c639cf..0432b79a7725dffdd4d6f4521d69ce8b6f11622e 100644 (file)
@@ -7,9 +7,7 @@
 #              HTML files and CGI.
 # processname: httpd
 # pidfile:     /var/run/httpd.pid
-# config:      /etc/httpd/conf/access.conf
-# config:      /etc/httpd/conf/httpd.conf
-# config:      /etc/httpd/conf/srm.conf
+# config:      /etc/httpd/httpd.conf
 
 
 # Source function library
@@ -28,7 +26,7 @@ if is_no "${NETWORKING}"; then
         exit 1
 fi
 
-if is_no ${IPV6_NETWORKING}; then
+if is_no "${IPV6_NETWORKING}"; then
         HTTPD_OPTS="$HTTPD_OPTS -4"
 fi
 
This page took 0.027127 seconds and 4 git commands to generate.