summaryrefslogtreecommitdiff
path: root/www/webalizer/files
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2000-04-20 01:50:47 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2000-04-20 01:50:47 +0000
commit267aafc316fdbb38258ded9160e186bae00cb80c (patch)
tree8eeca1a55800005fd9c2a887a0d5f3043e536b3f /www/webalizer/files
parent(1) Switch USE_QT2 to use qt21. (diff)
too verbose for DNS
Notes
Notes: svn path=/head/; revision=27768
Diffstat (limited to 'www/webalizer/files')
-rw-r--r--www/webalizer/files/patch-ac13
1 files changed, 11 insertions, 2 deletions
diff --git a/www/webalizer/files/patch-ac b/www/webalizer/files/patch-ac
index a022b009c1e2..589432a12a99 100644
--- a/www/webalizer/files/patch-ac
+++ b/www/webalizer/files/patch-ac
@@ -1,5 +1,5 @@
---- webalizer.c.bak Tue Apr 18 07:34:50 2000
-+++ webalizer.c Tue Apr 18 07:38:58 2000
+--- webalizer.c.orig Sun Apr 9 05:18:56 2000
++++ webalizer.c Thu Apr 20 05:46:49 2000
@@ -61,6 +61,7 @@
#endif
@@ -8,3 +8,12 @@
#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 */