freebsd-ports/www/zerowait-httpd/files/patch-src_common_settings.h
Pav Lucistnik 7c5d3519a7 - Update to 0.7m
PR:		ports/82519
Submitted by:	Vsevolod Stakhov <vsevolod@highsecure.ru> (maintainer)
2005-06-22 14:51:27 +00:00

30 lines
763 B
C

--- 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