]> git.pld-linux.org Git - packages/apache.git/commitdiff
- missing quotes
authorklakier <klakier@pld-linux.org>
Mon, 3 Jun 2002 20:19:56 +0000 (20:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.init -> 1.10

apache.init

index 881652b4ebe3880c8fdc23ce1c8ccd4895c639cf..8c37e5358b7477fe719668f6b610d6b11ee3a602 100644 (file)
@@ -28,7 +28,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.038082 seconds and 4 git commands to generate.