From 2db6aa0b59a093504539e4ae63c29c8e3d4a50fa Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Thu, 5 Oct 2006 11:14:27 +0000 Subject: fix for Bind Init Script does not create the PID file always, work in progress version --- bind.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'bind.spec') diff --git a/bind.spec b/bind.spec index b36bd90..5a5426c 100644 --- a/bind.spec +++ b/bind.spec @@ -18,7 +18,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: BSD-like Version: 9.3.3 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 30 Url: http://www.isc.org/products/BIND/ Buildroot: %{_tmppath}/%{name}-root @@ -454,7 +454,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.131 2006/10/02 13:54:47 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.132 2006/10/05 11:14:27 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: @@ -782,6 +782,10 @@ rm -rf ${RPM_BUILD_ROOT} :; %changelog +* Thu Oct 5 2006 Martin Stransky - 30:9.3.3-3 +- added fix from #209400 - Bind Init Script does not create + the PID file always, created by Jeff Means + * Mon Oct 2 2006 Martin Stransky - 30:9.3.3-2 - removed chcon from post script, replaced by restorecon (Bug 202547, comment no. 37) -- cgit