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

/netbsd-6-1-5-RELEASE/etc/rc.d/
H A Dnamed19 required_dirs="$named_chrootdir" # if it is set, it must exist
66 if [ -z "$named_chrootdir" ]; then
79 # are made in run_rc_command(), we can safely assume ${named_chrootdir}
88 if [ ! -x "${named_chrootdir}/usr/libexec/named-xfer" -o \
89 "${named_chrootdir}/usr/libexec/named-xfer" -ot \
91 rm -f "${named_chrootdir}/usr/libexec/named-xfer"
93 "${named_chrootdir}/usr/libexec"
95 ln -fs "${named_chrootdir}/var/run/ndc" /var/run/ndc
100 if [ ! -c "${named_chrootdir}/dev/$i" ]; then
101 rm -f "${named_chrootdir}/de
[all...]

Completed in 48 milliseconds