diff options
Diffstat (limited to 'devel/bugzilla2/files/patch-checksetup.pl')
-rw-r--r-- | devel/bugzilla2/files/patch-checksetup.pl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/bugzilla2/files/patch-checksetup.pl b/devel/bugzilla2/files/patch-checksetup.pl index f452750f681a..2b5102dcb910 100644 --- a/devel/bugzilla2/files/patch-checksetup.pl +++ b/devel/bugzilla2/files/patch-checksetup.pl @@ -1,9 +1,9 @@ ---- 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 "". +--- checksetup.pl~ Mon Dec 23 14:54:23 2002 ++++ checksetup.pl Mon Feb 3 20:34:14 2003 +@@ -395,7 +395,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. + # as root, or as a user who is a member of the specified group. -$webservergroup = "nobody"; +$webservergroup = "nogroup"; '); |