From 267aafc316fdbb38258ded9160e186bae00cb80c Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Thu, 20 Apr 2000 01:50:47 +0000 Subject: too verbose for DNS --- www/webalizer-2/files/patch-ac | 13 +++++++++++-- www/webalizer/files/patch-ac | 13 +++++++++++-- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/www/webalizer-2/files/patch-ac b/www/webalizer-2/files/patch-ac index a022b009c1e2..589432a12a99 100644 --- a/www/webalizer-2/files/patch-ac +++ b/www/webalizer-2/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 #ifdef HAVE_DB_185_H +@@ -480,7 +481,7 @@ + else + { + /* Using DNS cache file */ +- 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 */ 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 #ifdef HAVE_DB_185_H +@@ -480,7 +481,7 @@ + else + { + /* Using DNS cache file */ +- 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 */ -- cgit v1.2.3