ports/devel/bugzilla3/files/patch-checksetup.pl
Edwin Groothuis a69b025bfe [PATCH] devel/bugzilla: update to 2.16.6
- Update to 2.16.6

PR:		ports/69105
Submitted by:	TAKATSU Tomonari <tota@rtfm.jp>
2004-07-17 05:22:20 +00:00

11 lines
385 B
Perl

--- checksetup.pl~ Fri Apr 16 02:48:51 2004
+++ checksetup.pl Thu Jul 15 23:37:09 2004
@@ -399,7 +399,7 @@
# and you cannot set this up any other way. YOU HAVE BEEN WARNED.
# If you set this to anything besides "", you will need to run checksetup.pl
# as root, or as a user who is a member of the specified group.
-$webservergroup = "apache";
+$webservergroup = "nogroup";
');