From: Martin Kraemer Date: Mon, 28 Apr 2003 13:32:12 +0000 (+0000) Subject: Do not replace the 'Group #-1' in the comment, only in the actual directive X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a080b1666eb7ae46612b5874f347b399688d41b2;p=thirdparty%2Fapache%2Fhttpd.git Do not replace the 'Group #-1' in the comment, only in the actual directive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99621 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.tmpl b/Makefile.tmpl index 146ebddcba1..7abf6c16dd8 100644 --- a/Makefile.tmpl +++ b/Makefile.tmpl @@ -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);' \