diff options
Diffstat (limited to 'www/zerowait-httpd/files/patch-src_common_settings.h')
-rw-r--r-- | www/zerowait-httpd/files/patch-src_common_settings.h | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/www/zerowait-httpd/files/patch-src_common_settings.h b/www/zerowait-httpd/files/patch-src_common_settings.h new file mode 100644 index 00000000000..3ad7e92c7e0 --- /dev/null +++ b/www/zerowait-httpd/files/patch-src_common_settings.h @@ -0,0 +1,29 @@ +--- src/common/settings.h.orig Sat Apr 16 06:48:58 2005 ++++ src/common/settings.h Wed Jun 22 13:35:16 2005 +@@ -37,18 +37,18 @@ + #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 ROOT "/0W-httpd/data" + + #define RN "\r\n" +- + + #if __GLIBC__ == 2 && __GLIBC_MINOR__ >= 1 + #define HAVE_BACKTRACE |