Searched refs:named_chrootdir (Results 1 - 1 of 1) sorted by relevance

/src/etc/rc.d/
H A Dnamed19 required_dirs="$named_chrootdir" # if it is set, it must exist
81 if [ -z "$named_chrootdir" ]; then
94 # are made in run_rc_command(), we can safely assume ${named_chrootdir}
101 if ! [ -d "${named_chrootdir}${named_plugindir}" ]; then
102 mkdir -p -m 755 "${named_chrootdir}${named_plugindir}"
103 chown root:wheel "${named_chrootdir}${named_plugindir}"
106 copy_if_newer "${named_chrootdir}" \
112 copy_if_newer "${named_chrootdir}" "/usr/libexec" "named-xfer"
113 ln -fs "${named_chrootdir}/var/run/ndc" /var/run/ndc
118 if ! [ -c "${named_chrootdir}/de
[all...]

Completed in 6 milliseconds