diff options
Diffstat (limited to 'devel/bugzilla2/files/patch-checksetup.pl')
-rw-r--r-- | devel/bugzilla2/files/patch-checksetup.pl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/bugzilla2/files/patch-checksetup.pl b/devel/bugzilla2/files/patch-checksetup.pl new file mode 100644 index 000000000000..f452750f681a --- /dev/null +++ b/devel/bugzilla2/files/patch-checksetup.pl @@ -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"; + '); + + |