summaryrefslogtreecommitdiffstats
path: root/usr.sbin/jail
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2000-02-16 23:50:43 +0000
committerrwatson <rwatson@FreeBSD.org>2000-02-16 23:50:43 +0000
commit27da3531aa6b08ba26c6102288e87dbb139aa728 (patch)
treecee4b743c291e47dac6867e6d09a884a9b1a1985 /usr.sbin/jail
parentecd1c9e027ea310f7994e7d82c466c22ad1131c5 (diff)
downloadFreeBSD-src-27da3531aa6b08ba26c6102288e87dbb139aa728.zip
FreeBSD-src-27da3531aa6b08ba26c6102288e87dbb139aa728.tar.gz
Modified jail.8 to correct a typo (inetd_flas vs. inetd_flags), and add
a comment to the effect that I'm responsible for the additional documentation, et al, so that phk gets fewer messages about my errors.
Diffstat (limited to 'usr.sbin/jail')
-rw-r--r--usr.sbin/jail/jail.85
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8
index d516d04..6826c45 100644
--- a/usr.sbin/jail/jail.8
+++ b/usr.sbin/jail/jail.8
@@ -69,7 +69,7 @@ appropriate IP address, and so forth. Add the following to
in the host environment:
.Bd -literal -offset indent
sendmail_enable="NO"
-inetd_flas="-wW -a 192.168.11.23"
+inetd_flags="-wW -a 192.168.11.23"
portmap_enable="NO"
.Ed
.Pp
@@ -219,3 +219,6 @@ The jail feature was written by Poul-Henning Kamp for
R&D Associates
.Dq Li http://www.rndassociates.com/
who contributed it to FreeBSD.
+
+Robert Watson wrote the extended documentation, found a few bugs, added
+a few new features, and cleaned up the userland jail environment.
OpenPOWER on IntegriCloud