From 3e7796fd07ccad50ebea2e5651321a793e2cbb73 Mon Sep 17 00:00:00 2001 From: Alexey Zelkin Date: Mon, 8 Oct 2001 18:42:23 +0000 Subject: * 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?" --- devel/bugzilla/files/patch-aa | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/bugzilla/files/patch-aa (limited to 'devel/bugzilla/files') 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"; + '); + + -- cgit v1.2.3