summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@fedoraproject.org>2006-12-06 10:24:21 +0000
committerMartin Stransky <stransky@fedoraproject.org>2006-12-06 10:24:21 +0000
commit3b5896f1e5cd81c5292c35bd50ff68797c25b558 (patch)
treed9386d48de0e8c68b70ee08af2b74b65400e453d /bind.spec
parent5eae8641cce42b0212e3b5bc2bb09e43e30f7665 (diff)
added a notice to init script when /etc/named.conf doesn't exist (#216075)
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/bind.spec b/bind.spec
index 8b34c67..4212703 100644
--- a/bind.spec
+++ b/bind.spec
@@ -450,7 +450,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.146 2006/11/22 14:07:26 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.147 2006/12/06 10:24:21 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:
@@ -784,6 +784,7 @@ rm -rf ${RPM_BUILD_ROOT}
- renamed package, it should meet the N-V-R criteria
- fix for #216185: bind-chroot-admin able to change root mode 750
- added fix from #215997: incorrect permissions on dnszone.schema
+- added a notice to init script when /etc/named.conf doesn't exist (#216075)
* Mon Oct 30 2006 Martin Stransky <stransky@redhat.com> - 30:9.3.3-6
- fix for #200465: named-checkzone and co. cannot be run as non-root user