diff options
author | Robert Watson <rwatson@FreeBSD.org> | 2000-02-16 23:50:43 +0000 |
---|---|---|
committer | Robert Watson <rwatson@FreeBSD.org> | 2000-02-16 23:50:43 +0000 |
commit | 09aa405f34e77b0c9e5b2597f795534d0b131988 (patch) | |
tree | f66fa85f7e082c115f560fa79e51fe9067c322cd /usr.sbin | |
parent | 9102cbc957a2088264a4cad530e59c9ec48cb6d3 (diff) | |
download | src-09aa405f34e77b0c9e5b2597f795534d0b131988.tar.gz src-09aa405f34e77b0c9e5b2597f795534d0b131988.zip |
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.
Notes
Notes:
svn path=/head/; revision=57265
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/jail/jail.8 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8 index d516d048b487..6826c45017e7 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. |