1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/www/hydra/files/patch-defines.h
Ying-Chieh Liao 18393e4480 add hydra 0.1.3
A high performance multi-threaded web server
2003-04-02 14:18:06 +00:00

12 lines
369 B
C

--- 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 *****/