]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Do not replace the 'Group #-1' in the comment, only in the actual directive
authorMartin Kraemer <martin@apache.org>
Mon, 28 Apr 2003 13:32:12 +0000 (13:32 +0000)
committerMartin Kraemer <martin@apache.org>
Mon, 28 Apr 2003 13:32:12 +0000 (13:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99621 13f79535-47bb-0310-9956-ffa450edef68

Makefile.tmpl

index 146ebddcba1f1d6373e5de633a89f4f74a9c712e..7abf6c16dd8cda6d8541fabaa56dc1519b870f17 100644 (file)
@@ -534,7 +534,7 @@ install-config:
                        -e 's;conf/mime\.types;$(sysconfdir)/mime.types;' \
                        -e 's;User nobody;User $(conf_user);' \
                        -e 's;Group #-1;Group $(conf_group);' \
-                       -e 's;Group "#-1";Group $(conf_group);' \
+                       -e 's;^Group "#-1";Group $(conf_group);' \
                        -e 's;Port 80;Port $(conf_port);' \
                        -e 's;ServerAdmin you@your.address;ServerAdmin $(conf_serveradmin);' \
                        -e 's;ServerName new.host.name;ServerName $(conf_servername);' \