summaryrefslogtreecommitdiff
path: root/www/bozohttpd/patches/patch-ae
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-08-25 21:19:46 +0000
committerjlam <jlam@pkgsrc.org>2002-08-25 21:19:46 +0000
commit8515688e4fc1e61508e192542688b3ff53ea4ca8 (patch)
treed2d4ad86fb660f5fc1d74e8ef4b3232c9aad1046 /www/bozohttpd/patches/patch-ae
parent3612c287b035cd52b87361b84833d892629cf955 (diff)
downloadpkgsrc-buildlink2.tar.gz
Merge changes in the main trunk into the buildlink2 branch for thosebuildlink2
packages that have been converted to USE_BUILDLINK2.
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;