blob: 9fec127bd36fe3d2704e179162baafac0378a661 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- defines.h.orig Thu Nov 1 23:37:46 2001
+++ defines.h Sun Feb 17 13:40:30 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
/***** Various stuff that you may want to tweak, but probably shouldn't *****/
@@ -44,7 +44,7 @@
#define REQUEST_TIMEOUT 60
#define CGI_MIME_TYPE "application/x-httpd-cgi"
-#define DEFAULT_PATH "/bin:/usr/bin:/usr/local/bin"
+#define DEFAULT_PATH "/bin:/usr/bin:%%PREFIX%%/bin"
/***** CHANGE ANYTHING BELOW THIS LINE AT YOUR OWN PERIL *****/
/***** You will probably introduce buffer overruns unless you know
|