diff options
author | grant <grant@pkgsrc.org> | 2005-07-05 06:08:12 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-07-05 06:08:12 +0000 |
commit | bca7afed9049c618461e071d85d4a9a3d44dfe55 (patch) | |
tree | c1c6b78e6ff07bffd92f5a73f123fe7f449382a3 /net/bind9/MESSAGE | |
parent | 0198bf16fa33596437c11a5555cbdb71c4115285 (diff) | |
download | pkgsrc-bca7afed9049c618461e071d85d4a9a3d44dfe55.tar.gz |
- fix two typos
- s/change root/chroot/ for clarity
- punctuation fixes
Diffstat (limited to 'net/bind9/MESSAGE')
-rw-r--r-- | net/bind9/MESSAGE | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/bind9/MESSAGE b/net/bind9/MESSAGE index ef9bfc8eac8..53cc42fde93 100644 --- a/net/bind9/MESSAGE +++ b/net/bind9/MESSAGE @@ -1,10 +1,10 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1 2005/03/18 01:14:32 tron Exp $ +$NetBSD: MESSAGE,v 1.2 2005/07/05 06:08:12 grant Exp $ Please consider running BIND under the pseudo user account "${BIND_USER}" -in a change root environment for securiy reasons. +in a chroot environment for security reasons. -To achieve this set the variable "named_chrootdir" in /etc/rc.conf to -the directory with the change root environement e.g "${BIND_DIR}". +To achieve this, set the variable "named_chrootdir" in /etc/rc.conf to +the directory with the chroot environment e.g. "${BIND_DIR}". =========================================================================== |