summaryrefslogtreecommitdiff
path: root/www/cherokee/files/patch-aa
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-07-17 18:58:41 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-07-17 18:58:41 +0000
commit98f99b80a2f87626df55dbf76f90a8e41988545d (patch)
treedb0598b416ad75233ec3d2987e2ff442115d6000 /www/cherokee/files/patch-aa
parentAdd sunterlib, The Scheme Untergrund library hosts contributed libraries for (diff)
Update to version 0.4.17
PR: ports/69190 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=113865
Diffstat (limited to 'www/cherokee/files/patch-aa')
-rw-r--r--www/cherokee/files/patch-aa35
1 files changed, 0 insertions, 35 deletions
diff --git a/www/cherokee/files/patch-aa b/www/cherokee/files/patch-aa
deleted file mode 100644
index 4a99dbeb6dec..000000000000
--- a/www/cherokee/files/patch-aa
+++ /dev/null
@@ -1,35 +0,0 @@
-diff -ruN cherokee-0.4.2.orig/cherokee.conf cherokee-0.4.2/cherokee.conf
---- cherokee.conf.orig Mon Mar 17 12:25:35 2003
-+++ cherokee.conf Mon Apr 7 12:58:12 2003
-@@ -37,7 +37,7 @@
- ## documents. By default, all requests are taken from this directory, but
- ## symbolic links and aliases may be used to point to other locations.
- ##
--DocumentRoot /var/www
-+DocumentRoot /usr/local/www/data
-
- ##
- ## Log: Turn On/Off the logging in to syslog
-diff -ruN cherokee-0.4.2.orig/src/common.c cherokee-0.4.2/src/common.c
---- src.orig/common.c Sun Mar 23 14:55:03 2003
-+++ src/common.c Mon Apr 7 12:57:07 2003
-@@ -23,7 +23,6 @@
- * USA
- */
-
--#include <varargs.h>
- #include <stdarg.h>
-
- #include "common.h"
-diff -ruN cherokee-0.4.2.orig/src/server.h cherokee-0.4.2/src/server.h
---- src.orig/server.h Wed Mar 19 16:19:19 2003
-+++ src/server.h Mon Apr 7 12:57:20 2003
-@@ -26,6 +26,8 @@
- #ifndef __CHEROKEE2_SERVER_H__
- #define __CHEROKEE2_SERVER_H__
-
-+#include <sys/types.h>
-+
- #include <time.h>
-
- #include "common.h"