diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-09-28 16:12:33 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-09-28 16:12:33 +0000 |
commit | b94d3649aaadacf79b260e38f0584661259c03d6 (patch) | |
tree | 36977390115a4234e3d9ccbca0e30ebafc0e8eaf /www/webalizer | |
parent | 3144db0994a4c556e43b12f7238e768c30c8810c (diff) |
Notes
Diffstat (limited to 'www/webalizer')
-rw-r--r-- | www/webalizer/files/patch-ac | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/www/webalizer/files/patch-ac b/www/webalizer/files/patch-ac index 4b7e06e0b9f8..b0c25d3404d5 100644 --- a/www/webalizer/files/patch-ac +++ b/www/webalizer/files/patch-ac @@ -1,5 +1,5 @@ ---- webalizer.c.orig Sun Apr 9 05:18:56 2000 -+++ webalizer.c Fri Apr 21 23:11:15 2000 +--- webalizer.c.orig Wed Sep 27 20:26:30 2000 ++++ webalizer.c Thu Sep 28 17:41:01 2000 @@ -61,6 +61,7 @@ #endif @@ -8,16 +8,7 @@ #include <arpa/inet.h> #ifdef HAVE_DB_185_H -@@ -480,7 +481,7 @@ - else - { - /* Using DNS cache file <filaneme> */ -- if (verbose) printf("%s %s\n",msg_dns_usec,dns_cache); -+ if (verbose>1) printf("%s %s\n",msg_dns_usec,dns_cache); - } - } - #endif /* USE_DNS */ -@@ -1785,7 +1786,7 @@ +@@ -1798,7 +1799,7 @@ if (*cp1=='+') *cp1=' '; /* change + to space */ if (sp_flg && *cp1==' ') { cp1++; continue; } /* compress spaces */ if (*cp1==' ') sp_flg=1; else sp_flg=0; /* (flag spaces here) */ |