diff options
| author | Tomas Hozza <thozza@redhat.com> | 2013-01-29 17:39:29 +0100 |
|---|---|---|
| committer | Tomas Hozza <thozza@redhat.com> | 2013-01-29 17:39:29 +0100 |
| commit | a54c4dc45461f31ae6747fcdab5eb95ea702dff4 (patch) | |
| tree | 942c0010bf9674f920a22188ecdb5a66deaaee5f | |
| parent | 619831eeffd11bdd69103e8ffed8b2067b0f77f3 (diff) | |
| download | bind-a54c4dc45461f31ae6747fcdab5eb95ea702dff4.tar.gz bind-a54c4dc45461f31ae6747fcdab5eb95ea702dff4.tar.xz bind-a54c4dc45461f31ae6747fcdab5eb95ea702dff4.zip | |
mount/umount /var/named in setup-named-chroot.sh as the last one (#904666)
Signed-off-by: Tomas Hozza <thozza@redhat.com>
| -rw-r--r-- | bind.spec | 3 | ||||
| -rwxr-xr-x | setup-named-chroot.sh | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -774,8 +774,9 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog -* Mon Jan 28 2013 Tomas Hozza <thozza@redhat.com> 32:9.9.2-7.P1 +* Tue Jan 29 2013 Tomas Hozza <thozza@redhat.com> 32:9.9.2-7.P1 - Corrected IP addresses in named.ca (#901741) +- mount/umount /var/named in setup-named-chroot.sh as the last one (#904666) * Thu Dec 20 2012 Adam Tkac <atkac redhat com> 32:9.9.2-6.P1 - generate /etc/rndc.key during named service startup if doesn't exist diff --git a/setup-named-chroot.sh b/setup-named-chroot.sh index 20dfd35..79e597c 100755 --- a/setup-named-chroot.sh +++ b/setup-named-chroot.sh @@ -1,8 +1,8 @@ #!/bin/bash -ROOTDIR_MOUNT='/etc/named /etc/pki/dnssec-keys /var/named /etc/named.conf +ROOTDIR_MOUNT='/etc/named /etc/pki/dnssec-keys /etc/named.root.key /etc/named.conf /etc/named.dnssec.keys /etc/named.rfc1912.zones /etc/rndc.conf /etc/rndc.key -/usr/lib64/bind /usr/lib/bind /etc/named.iscdlv.key /etc/named.root.key' +/usr/lib64/bind /usr/lib/bind /etc/named.iscdlv.key /var/named' usage() { |
