diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2008-02-11 15:47:01 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2008-02-11 15:47:01 +0000 |
| commit | 889bdddd3a9e32fe1627fc783e59efb19f1efd32 (patch) | |
| tree | ab8068f954d161da4a716612d6fefb9deac39d33 /named.init | |
| parent | 6154694cc300f7f5f5fb054fac37a5b05985d7f4 (diff) | |
- reverted 9.5.0-25.1.b1 changes
Diffstat (limited to 'named.init')
| -rwxr-xr-x | named.init | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -81,13 +81,6 @@ start() ckcf_options='-z'; # enable named-checkzone for each zone (9.3.1+) ! if [ -n "${ROOTDIR}" -a "x${ROOTDIR}" != "x/" ]; then -# XXX There's no way how label devs correctly during installation because -# bind-chroot is installed before selinux-policy-targeted (#431202) - if [ -x /usr/sbin/selinuxenabled ] && /usr/sbin/selinuxenabled && [ -x /sbin/restorecon ]; then - for dev in random zero null; do - /sbin/restorecon ${ROOTDIR}/dev/$dev; - done - fi; OPTIONS="${OPTIONS} -t ${ROOTDIR}" ckcf_options="$ckcf_options -t ${ROOTDIR}"; [ -s /etc/localtime ] && cp -fp /etc/localtime ${ROOTDIR}/etc/localtime; |
