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 | 0bd714939524bd84b18fb1035a2b18377c3276ee (patch) | |
| tree | e85e6066d87021ad6b0bbd7852eff26747e611a4 /bind-chroot-admin.in | |
| parent | 571667931e53dba0b1d8a0402f0a38235bb61e15 (diff) | |
- added forgotten restorecon statement in bind-chroot-admin
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; |
