summaryrefslogtreecommitdiffstats
path: root/named.init
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2008-02-11 15:47:01 +0000
committerAdam Tkac <atkac@fedoraproject.org>2008-02-11 15:47:01 +0000
commite31eda425bcf9874906f356b197ce4df0e70cec9 (patch)
tree8b6ecc5bcbb0f568da01dffc9b264bbf7932438e /named.init
parent17ffe02220c97f0d25754a0cb65474ec262d80f5 (diff)
downloadbind-e31eda425bcf9874906f356b197ce4df0e70cec9.tar.gz
bind-e31eda425bcf9874906f356b197ce4df0e70cec9.tar.xz
bind-e31eda425bcf9874906f356b197ce4df0e70cec9.zip
- reverted 9.5.0-25.1.b1 changes
Diffstat (limited to 'named.init')
-rwxr-xr-xnamed.init7
1 files changed, 0 insertions, 7 deletions
diff --git a/named.init b/named.init
index 350a8f7..0629f2e 100755
--- a/named.init
+++ b/named.init
@@ -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;