summaryrefslogtreecommitdiff
path: root/www/boa/files/patch-ab
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-04-30 20:13:49 +0000
committerSteve Price <steve@FreeBSD.org>2000-04-30 20:13:49 +0000
commit25deaff13f0f31c1deb1b51a5124740d3ba1879d (patch)
treed233ff9c7db05825606057f88a497e3d20d83270 /www/boa/files/patch-ab
parentUpdate to version 1.0.5. (diff)
Update to version 0.94.6.
PR: 17723 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=28180
Diffstat (limited to '')
-rw-r--r--www/boa/files/patch-ab21
1 files changed, 15 insertions, 6 deletions
diff --git a/www/boa/files/patch-ab b/www/boa/files/patch-ab
index ba89ddc650ff..f325e4723132 100644
--- a/www/boa/files/patch-ab
+++ b/www/boa/files/patch-ab
@@ -1,11 +1,20 @@
---- src/defines.h Sun Dec 22 22:20:16 1996
-+++ /home/andy/tmp/wrk/src/defines.h Thu May 21 22:10:31 1998
-@@ -23,7 +23,7 @@
-
+--- defines.h.orig Fri Feb 18 13:18:42 2000
++++ defines.h Thu Mar 30 20:31:43 2000
+@@ -27,7 +27,7 @@
/***** Change this, or use -c on the command line to specify it *****/
--#define SERVER_ROOT "/usr/local/boa"
-+#define SERVER_ROOT "/usr/local/www"
+ #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