summaryrefslogtreecommitdiff
path: root/www/webalizer
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2000-09-28 16:12:33 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2000-09-28 16:12:33 +0000
commitb94d3649aaadacf79b260e38f0584661259c03d6 (patch)
tree36977390115a4234e3d9ccbca0e30ebafc0e8eaf /www/webalizer
parentuse graphics/linux-png (diff)
Upgrade to 2.01.02
Notes
Notes: svn path=/head/; revision=33215
Diffstat (limited to 'www/webalizer')
-rw-r--r--www/webalizer/files/patch-ac15
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) */