diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-01-21 15:36:45 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-01-21 15:36:45 +0000 |
commit | 7011c19a8c96a2f8fb7c04d61cb28cdc507584a6 (patch) | |
tree | 22c0efaf2b6bb5b461389f9bac9542c7e3a5909a /devel/bugzilla2/files/patch-checksetup.pl | |
parent | Now buildable on 4.x, still broken on >= 5.x. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_11_0'.release/4.11.0
Diffstat (limited to 'devel/bugzilla2/files/patch-checksetup.pl')
-rw-r--r-- | devel/bugzilla2/files/patch-checksetup.pl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/bugzilla2/files/patch-checksetup.pl b/devel/bugzilla2/files/patch-checksetup.pl deleted file mode 100644 index 2beed10bacaf..000000000000 --- a/devel/bugzilla2/files/patch-checksetup.pl +++ /dev/null @@ -1,11 +0,0 @@ ---- checksetup.pl~ Fri Apr 16 02:48:51 2004 -+++ checksetup.pl Thu Jul 15 23:37:09 2004 -@@ -399,7 +399,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, or as a user who is a member of the specified group. --$webservergroup = "apache"; -+$webservergroup = "nogroup"; - '); - - |