summaryrefslogtreecommitdiff
path: root/www/zerowait-httpd/files/patch-src_common_settings.h
blob: 34baf54d18b4b6f26a580c33984c860ec553a8f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
--- src/common/settings.h.orig	2008-02-04 12:42:36.000000000 +0100
+++ src/common/settings.h	2008-09-26 18:59:48.000000000 +0200
@@ -40,15 +40,15 @@
 #ifndef ROOT
 #define ROOT "/var/0W"
 #endif
-#define CONF ROOT "/conf"
-#define DATA ROOT "/data"
-#define CMD  ROOT "/cmd"
-#define LOGS ROOT "/logs"
-#define TMP  ROOT "/tmp"
+#define CONF ROOT "/etc/0W-httpd/"
+#define DATA ROOT "/0W-httpd"
+#define CMD  ROOT "/0W-httpd/cmd"
+#define LOGS ROOT "/0W-httpd/logs"
+#define TMP  ROOT "/0W-httpd/tmp"
 #define PIDS DATA "/pids"
 #define TMPL DATA "/templates"
-#define WWW  ROOT "/www"
-#define HTML WWW  "/data"
+#define WWW  ROOT "/0W-httpd"
+#define HTML WWW  "/0W-httpd/data"
 
 #define RN "\r\n"