[bind/f17] mount/umount /var/named in setup-named-chroot.sh as the last one (#904666)

Tomas Hozza thozza at fedoraproject.org
Tue Jan 29 16:46:31 UTC 2013


commit b914a7bf0500652a189b7cf38ab397935efa17fe
Author: Tomas Hozza <thozza at redhat.com>
Date:   Tue Jan 29 17:39:29 2013 +0100

    mount/umount /var/named in setup-named-chroot.sh as the last one (#904666)
    
    Signed-off-by: Tomas Hozza <thozza at redhat.com>

 bind.spec             |    3 ++-
 setup-named-chroot.sh |    4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/bind.spec b/bind.spec
index 3aa7d2d..fb805cb 100644
--- a/bind.spec
+++ b/bind.spec
@@ -771,8 +771,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %endif
 
 %changelog
-* Mon Jan 28 2013 Tomas Hozza <thozza at redhat.com> 32:9.9.2-4.P1
+* Tue Jan 29 2013 Tomas Hozza <thozza at redhat.com> 32:9.9.2-4.P1
 - Corrected IP addresses in named.ca (#901741)
+- mount/umount /var/named in setup-named-chroot.sh as the last one (#904666)
 
 * Wed Dec 05 2012 Tomas Hozza <thozza at redhat.com> 32:9.9.2-3.P1
 - update to bind-9.9.2-P1
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()
 {


More information about the scm-commits mailing list