diff options
author | Steve Price <steve@FreeBSD.org> | 1998-07-04 19:38:12 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-07-04 19:38:12 +0000 |
commit | ff7b230151cdc4fa250cd0eab9d6c12bfb58e9ef (patch) | |
tree | 0ef08a29ee934f1f68948c5d726429013cbb2936 /www/boa/files/patch-ab | |
parent | Turn on xworm. (diff) |
Initial import of boa version 0.92.
boa - high performance single-tasking web server
PR: 6718
Submitted by: andy@icc.surw.chel.su
Notes
Notes:
svn path=/head/; revision=11718
Diffstat (limited to 'www/boa/files/patch-ab')
-rw-r--r-- | www/boa/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/boa/files/patch-ab b/www/boa/files/patch-ab new file mode 100644 index 000000000000..ba89ddc650ff --- /dev/null +++ b/www/boa/files/patch-ab @@ -0,0 +1,11 @@ +--- 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 @@ + + /***** Change this, or use -c on the command line to specify it *****/ + +-#define SERVER_ROOT "/usr/local/boa" ++#define SERVER_ROOT "/usr/local/www" + + /***** Various stuff that you may want to tweak, but probably shouldn't *****/ + |