diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-01-25 11:25:59 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-01-25 11:25:59 +0000 |
| commit | e54b3aebe0a9d49e3674c6a36ff89890ea9a96e2 (patch) | |
| tree | 1564da4c57ae68f558241679a0952b290b5c751c | |
| parent | b10e61549b38af67c4ecfea9538c435680e120fc (diff) | |
Notes
| -rw-r--r-- | etc/hosts.allow | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/hosts.allow b/etc/hosts.allow index 67f0ba000a84..4b96efbe9516 100644 --- a/etc/hosts.allow +++ b/etc/hosts.allow @@ -1,11 +1,11 @@ # -# hosts.allow access control file for "tcp wrapped" apps. +# hosts.allow access control file for "tcp wrapped" applications. # $FreeBSD$ # -# NOTE: The hosts.deny file is not longer used. Instead, put both 'allow' -# and 'deny' rules in the hosts.allow file. -# see hosts_options(5) for the format of this file. -# hosts_access(5) no longer fully applies. +# NOTE: The hosts.deny file is no longer used. +# Instead, put both 'allow' and 'deny' rules in the hosts.allow file. +# See hosts_options(5) for the format of this file. +# hosts_access(5) no longer fully applies. # _____ _ _ # | ____| __ __ __ _ _ __ ___ _ __ | | ___ | | |
