freebsd-ports/devel/bugzilla2/files/patch-aa
Alexey Zelkin 3e7796fd07 * reconstruct Makefile defaults to make it more package friendly
* learn default distribution about some default FreeBSD settings
* add new option to setup XML modules used to export/import bugs to share
  them between different Bugzilla instances
* use ${INSTALL_SCRIPT} rather than ${INSTALL}. Inspired by petef's letter.
  This also caused me to think "when such complex system as FreeBSD ports
  should do such simple things like prepearing of cap of coffee?"
2001-10-08 18:42:23 +00:00

12 lines
284 B
Plaintext

--- checksetup.pl~ Thu Oct 4 21:53:20 2001
+++ checksetup.pl Thu Oct 4 21:53:26 2001
@@ -305,7 +305,7 @@
# set this to "".
# If you set this to anything besides "", you will need to run checksetup.pl
# as root.
-$webservergroup = "nobody";
+$webservergroup = "nogroup";
');