diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-03-23 07:33:38 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-03-23 07:33:38 +0000 |
commit | 86bf1acd4dbe208dd468f098d491362eb8dae8b4 (patch) | |
tree | fc2969fda2afe5cd8c18723214ef07bac0a571fc /www/boa/files/patch-ab | |
parent | Upgrade to 1.3.24 (diff) |
Update to 0.94.12.r5
PR: 36197
Submitted by: maintainer
Diffstat (limited to 'www/boa/files/patch-ab')
-rw-r--r-- | www/boa/files/patch-ab | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/www/boa/files/patch-ab b/www/boa/files/patch-ab deleted file mode 100644 index 9fec127bd36f..000000000000 --- a/www/boa/files/patch-ab +++ /dev/null @@ -1,20 +0,0 @@ ---- defines.h.orig Thu Nov 1 23:37:46 2001 -+++ defines.h Sun Feb 17 13:40:30 2002 -@@ -27,7 +27,7 @@ - /***** Change this, or use -c on the command line to specify it *****/ - - #ifndef SERVER_ROOT --#define SERVER_ROOT "/etc/boa" -+#define SERVER_ROOT "%%PREFIX%%/etc" - #endif - - /***** Various stuff that you may want to tweak, but probably shouldn't *****/ -@@ -44,7 +44,7 @@ - #define REQUEST_TIMEOUT 60 - - #define CGI_MIME_TYPE "application/x-httpd-cgi" --#define DEFAULT_PATH "/bin:/usr/bin:/usr/local/bin" -+#define DEFAULT_PATH "/bin:/usr/bin:%%PREFIX%%/bin" - - /***** CHANGE ANYTHING BELOW THIS LINE AT YOUR OWN PERIL *****/ - /***** You will probably introduce buffer overruns unless you know |