freebsd-ports/www/boa/files/patch-src::defines.h
Patrick Li 86bf1acd4d Update to 0.94.12.r5
PR:		36197
Submitted by:	maintainer
2002-03-23 07:33:38 +00:00

12 lines
351 B
C

--- defines.h.orig Fri Mar 22 12:30:45 2002
+++ defines.h Fri Mar 22 12:31:58 2002
@@ -27,7 +27,7 @@
/***** Change this, or use -c on the command line to specify it *****/
#ifndef SERVER_ROOT
-#define SERVER_ROOT "/etc/boa"
+#define SERVER_ROOT "%%PREFIX%%/etc"
#endif
/***** Change this via the CGIPath configuration value in boa.conf *****/