summaryrefslogtreecommitdiff
path: root/www/bozohttpd/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'www/bozohttpd/patches/patch-ae')
-rw-r--r--www/bozohttpd/patches/patch-ae21
1 files changed, 0 insertions, 21 deletions
diff --git a/www/bozohttpd/patches/patch-ae b/www/bozohttpd/patches/patch-ae
deleted file mode 100644
index 325b62195b3..00000000000
--- a/www/bozohttpd/patches/patch-ae
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2002/04/23 11:24:00 zuntum Exp $
-
---- bozohttpd.c.orig Sat Sep 22 12:10:00 2001
-+++ bozohttpd.c
-@@ -359,6 +359,7 @@
- case 'c':
- #ifndef NO_CGIBIN_SUPPORT
- cgibin = optarg;
-+ debug((DEBUG_OBESE, "cgibin (cgi-bin directory) is %s", cgibin));
- break;
- #else
- error(1, "CGI is not enabled");
-@@ -1734,7 +1735,7 @@
- int savederrno;
-
- /* only log if the level is low enough */
-- if (level < dflag)
-+ if (dflag < level)
- return;
-
- savederrno = errno;