summaryrefslogtreecommitdiff
path: root/devel/bugzilla/files/patch-aa
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>2001-10-08 18:42:23 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>2001-10-08 18:42:23 +0000
commit3e7796fd07ccad50ebea2e5651321a793e2cbb73 (patch)
treee379d81bcca41674139ed67d7b4410a280ac2459 /devel/bugzilla/files/patch-aa
parentUpdate to 0.10.0.92. (diff)
* 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?"
Notes
Notes: svn path=/head/; revision=48574
Diffstat (limited to 'devel/bugzilla/files/patch-aa')
-rw-r--r--devel/bugzilla/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/bugzilla/files/patch-aa b/devel/bugzilla/files/patch-aa
new file mode 100644
index 000000000000..f452750f681a
--- /dev/null
+++ b/devel/bugzilla/files/patch-aa
@@ -0,0 +1,11 @@
+--- 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";
+ ');
+
+