OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 17-Dec-2002 09:31:07
Branch: HEAD Handle: 2002121708310700
Modified files:
openpkg-src/bind8 bind8.spec rc.bind
Log:
Avoid dumb cron mails while rotating log files until there is no
real problem[tm] ;-)
Summary:
Revision Changes Path
1.15 +1 -1 openpkg-src/bind8/bind8.spec
1.4 +1 -1 openpkg-src/bind8/rc.bind
____________________________________________________________________________
Index: openpkg-src/bind8/bind8.spec
============================================================
$ cvs diff -u -r1.14 -r1.15 bind8.spec
--- openpkg-src/bind8/bind8.spec 17 Nov 2002 07:56:16 -0000 1.14
+++ openpkg-src/bind8/bind8.spec 17 Dec 2002 08:31:07 -0000 1.15
@@ -33,7 +33,7 @@
Group: DNS
License: GPL
Version: 8.3.4
-Release: 20021117
+Release: 20021217
# list of sources
Source0: ftp://ftp.isc.org/isc/bind/src/%{version}/bind-src.tar.gz
Index: openpkg-src/bind8/rc.bind
============================================================
$ cvs diff -u -r1.3 -r1.4 rc.bind
--- openpkg-src/bind8/rc.bind 30 Jun 2002 14:42:05 -0000 1.3
+++ openpkg-src/bind8/rc.bind 17 Dec 2002 08:31:07 -0000 1.4
@@ -34,7 +34,7 @@
shtool rotate -f \
-n${bind_log_numfiles} -s${bind_log_minsize} \
-d -z${bind_log_complevel} -o@l_musr@ -o@l_mgrp@ -m644 \
- -E '@l_prefix@/sbin/ndc restart' \
+ -E '@l_prefix@/sbin/ndc restart | grep -v "new pid is"' \
@l_prefix@/var/bind/named.log
fi
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]