diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-22 14:51:27 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-22 14:51:27 +0000 |
commit | 7c5d3519a725b65c3aa6a98be7d8ed6210b3e062 (patch) | |
tree | 4d8c9931a67fc0ab74e3f37052817a7dfd20c09e /www/zerowait-httpd/files/patch-settings.h | |
parent | - Update to 1.2 (diff) |
- Update to 0.7m
PR: ports/82519
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> (maintainer)
Notes
Notes:
svn path=/head/; revision=137866
Diffstat (limited to 'www/zerowait-httpd/files/patch-settings.h')
-rw-r--r-- | www/zerowait-httpd/files/patch-settings.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/www/zerowait-httpd/files/patch-settings.h b/www/zerowait-httpd/files/patch-settings.h deleted file mode 100644 index 5e6eba787303..000000000000 --- a/www/zerowait-httpd/files/patch-settings.h +++ /dev/null @@ -1,28 +0,0 @@ ---- common/settings.h.orig Thu Mar 17 20:22:31 2005 -+++ common/settings.h Thu Mar 17 20:25:53 2005 -@@ -39,16 +39,16 @@ - #define BLOCK_SIZE 4096 - #define BUFFER_SIZE 4088 - --#define ROOT "/var/0W" --#define CONF ROOT "/conf" --#define DATA ROOT "/data" --#define CMD ROOT "/cmd" --#define LOGS ROOT "/logs" -+#define ROOT "/var/0W/0W-httpd/" -+#define CONF ROOT "/var/0W/etc/0W-httpd/" -+#define DATA ROOT "/var/0W/0W-httpd/data" -+#define CMD ROOT "/var/0W/0W-httpd/cmd" -+#define LOGS ROOT "/var/0W/0W-httpd/logs/" - #define TMP ROOT "/tmp" --#define PIDS DATA "/pids" --#define TMPL DATA "/templates" --#define WWW ROOT "/www" --#define HTML WWW "/data" -+#define PIDS DATA "/var/0W/0W-httpd/pids" -+#define TMPL DATA "/var/0W/0W-httpd/templates" -+#define WWW ROOT "/var/0W/0W-httpd/www" -+#define HTML WWW "/var/0W/0W-httpd/data" - - #define ADMIN_EMAIL "counter@rax.ru" - #define SITE_URL "http://www.rax.ru" |