diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2007-04-27 13:59:11 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2007-04-27 13:59:11 +0000 |
| commit | 427dfbf651caa406d4f8aa5eaeffb5004e7a9ff5 (patch) | |
| tree | cff73b5072757460f83b5607c898e199311a2a4a /bind-chroot-admin.in | |
| parent | 83c4dc982219f1aeb15ba191492e3f91da9aabae (diff) | |
| download | bind-427dfbf651caa406d4f8aa5eaeffb5004e7a9ff5.tar.gz bind-427dfbf651caa406d4f8aa5eaeffb5004e7a9ff5.tar.xz bind-427dfbf651caa406d4f8aa5eaeffb5004e7a9ff5.zip | |
- added forgotten restorecon statement in bind-chroot-adminbind-9_4_0-8_fc7
Diffstat (limited to 'bind-chroot-admin.in')
| -rw-r--r-- | bind-chroot-admin.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bind-chroot-admin.in b/bind-chroot-admin.in index 05dc27e..7d4a5d3 100644 --- a/bind-chroot-admin.in +++ b/bind-chroot-admin.in @@ -265,7 +265,7 @@ function sync_files() if selinux_enabled && [ -x /sbin/restorecon ]; then /sbin/restorecon -R ${BIND_CHROOT_PREFIX}/etc ${BIND_CHROOT_PREFIX}/var/named ${BIND_CHROOT_PREFIX}/var/run/named >/dev/null 2>&1; if [ -e ${BIND_CHROOT_PREFIX}/etc/localtime ] && [ -e /etc/localtime ] ; then - /usr/bin/ ${BIND_CHROOT_PREFIX}/etc/localtime >/dev/null 2>&1; + /usr/bin/restorecon ${BIND_CHROOT_PREFIX}/etc/localtime >/dev/null 2>&1; fi; /sbin/restorecon /etc/named.* >/dev/null 2>&1; /sbin/restorecon /etc/rndc.key >/dev/null 2>&1; |
