From 8c7aa7e5fe624850901406ba767a3a2374c5ebf9 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Mon, 30 Oct 2006 12:10:16 +0000 Subject: added fixes for #212348, #211249, #211083 --- bind.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'bind.spec') diff --git a/bind.spec b/bind.spec index 946729b..4959907 100644 --- a/bind.spec +++ b/bind.spec @@ -448,7 +448,7 @@ for f in my.internal.zone.db slaves/my.slave.internal.zone.db slaves/my.ddns.int echo '@ in soa localhost. root 1 3H 15M 1W 1D ns localhost.' > sample/var/named/$f; done -/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.136 2006/10/26 08:11:06 stransky Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\ +/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.137 2006/10/30 12:10:15 stransky Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\ *\ * NOTE: you only need to create this file if it is to\ * differ from the following default contents: @@ -777,9 +777,10 @@ rm -rf ${RPM_BUILD_ROOT} :; %changelog -* Fri Oct 26 2006 Martin Stransky - 30:9.3.3-6 -- fix for #200465: named-checkzone and co. cannot be run - as non-root user +* Mon Oct 30 2006 Martin Stransky - 30:9.3.3-6 +- fix for #200465: named-checkzone and co. cannot be run as non-root user +- added fix for #212348: chroot'd named causes df permission denied error +- added fix for #211249, #211083 - problems with stopping named * Fri Oct 13 2006 Martin Stransky - 30:9.3.3-5 - fix for #209359: bind-libs from compatlayer CD will not -- cgit