diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-04-02 14:18:06 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-04-02 14:18:06 +0000 |
commit | 18393e44806090ba2ebdbc7cab2edfc3ff54f671 (patch) | |
tree | 3e404c55c7cecd677dc266f639860fa0902dcbdb /www/hydra/files/patch-defines.h | |
parent | games/tetris -> games/bsdtris (diff) |
add hydra 0.1.3
A high performance multi-threaded web server
Notes
Notes:
svn path=/head/; revision=77992
Diffstat (limited to 'www/hydra/files/patch-defines.h')
-rw-r--r-- | www/hydra/files/patch-defines.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/hydra/files/patch-defines.h b/www/hydra/files/patch-defines.h new file mode 100644 index 000000000000..71598c2bd715 --- /dev/null +++ b/www/hydra/files/patch-defines.h @@ -0,0 +1,11 @@ +--- src/defines.h.orig Wed Apr 2 22:01:06 2003 ++++ src/defines.h Wed Apr 2 22:02:48 2003 +@@ -27,7 +27,7 @@ + /***** Change this, or use -c on the command line to specify it *****/ + + #ifndef SERVER_ROOT +-#define SERVER_ROOT "/etc/hydra" ++#define SERVER_ROOT "%%PREFIX%%/etc/hydra" + #endif + + /***** Change this via the CGIPath configuration value in hydra.conf *****/ |