Parcourir la source

Avoid dumb cron mails while rotating log files until there is no real problem[tm] ;-)

Christoph Schug il y a 23 ans
Parent
commit
8dbafe2388
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      bind8/bind8.spec
  2. 1 1
      bind8/rc.bind

+ 1 - 1
bind8/bind8.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS]
 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

+ 1 - 1
bind8/rc.bind

@@ -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