aboutsummaryrefslogtreecommitdiff
path: root/dns/bind99/files/named.in
diff options
context:
space:
mode:
Diffstat (limited to 'dns/bind99/files/named.in')
-rw-r--r--dns/bind99/files/named.in11
1 files changed, 6 insertions, 5 deletions
diff --git a/dns/bind99/files/named.in b/dns/bind99/files/named.in
index 6b9d5871da90..f3359b705c49 100644
--- a/dns/bind99/files/named.in
+++ b/dns/bind99/files/named.in
@@ -128,11 +128,12 @@ chroot_autoupdate()
-c ${named_chrootdir}/dev/random ]; then
info "named chroot: using pre-mounted devfs."
else
- err 1 "named chroot: devfs cannot be mounted from" \
- "within a jail. Thus a chrooted named cannot" \
- "be run from within a jail." \
- "To run named without chrooting it, set" \
- "named_chrootdir=\"\" in /etc/rc.conf."
+ err 1 "named chroot: devfs cannot be mounted from " \
+ "within a jail. Thus a chrooted named cannot " \
+ "be run from within a jail. Either mount the " \
+ "devfs with null and random from the host, or " \
+ "run named without chrooting it, set " \
+ "named_chrootdir=\"\" in /etc/rc.conf."
fi
fi