diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-04-20 01:50:47 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-04-20 01:50:47 +0000 |
commit | 267aafc316fdbb38258ded9160e186bae00cb80c (patch) | |
tree | 8eeca1a55800005fd9c2a887a0d5f3043e536b3f /www | |
parent | (1) Switch USE_QT2 to use qt21. (diff) |
too verbose for DNS
Notes
Notes:
svn path=/head/; revision=27768
Diffstat (limited to 'www')
-rw-r--r-- | www/webalizer-2/files/patch-ac | 13 | ||||
-rw-r--r-- | 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 <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 */ 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 */ |