mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
18393e4480
A high performance multi-threaded web server
12 lines
369 B
C
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 *****/
|