diff options
| author | jvdias <jvdias@fedoraproject.org> | 2006-03-30 16:35:58 +0000 |
|---|---|---|
| committer | jvdias <jvdias@fedoraproject.org> | 2006-03-30 16:35:58 +0000 |
| commit | da87cfb95c000a1c0141676a782ec769c748c173 (patch) | |
| tree | 3b7d46ee89db1257eda229f81a88cc8ebb70e087 /bind.spec | |
| parent | cbcc9bf343dd61df4809895508ab2246e88b1ba8 (diff) | |
fix bug 187333
Diffstat (limited to 'bind.spec')
| -rw-r--r-- | bind.spec | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -460,8 +460,8 @@ install -m 644 %{SOURCE23} ${RPM_BUILD_ROOT}/var/named/named.zero for f in /etc/named.caching-nameserver.conf /var/named/{named.ca,named.local,localhost.zone,localdomain.zone,named.ip6.local,named.broadcast,named.zero}; do touch ${RPM_BUILD_ROOT}/%{chroot_prefix}/$f; done -install -m 644 %{SOURCE24} ./rfc1912.txt -install -m 644 %{SOURCE25} ./Copyright +install -m 644 %{SOURCE25} ./rfc1912.txt +install -m 644 %{SOURCE24} ./Copyright # bind-chroot-admin script: sed -e 's^@BIND_CHROOT_PREFIX@^'%{chroot_prefix}'^;s^@BIND_DIR@^'%{bind_dir}'^' < %{SOURCE26} > bind-chroot-admin; install -m 754 bind-chroot-admin ${RPM_BUILD_ROOT}/%{_sbindir} @@ -475,7 +475,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.100 2006/03/30 00:52:34 jvdias 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.101 2006/03/30 16:35:58 jvdias 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: |
