From a080b1666eb7ae46612b5874f347b399688d41b2 Mon Sep 17 00:00:00 2001 From: Martin Kraemer Date: Mon, 28 Apr 2003 13:32:12 +0000 Subject: [PATCH] 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 --- Makefile.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);' \ -- 2.47.3