| Summary: | Jail manpage typo (pendantic I know... but its there ;) | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Jethro Rose <jrose> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->feedback State Changed From-To: feedback->closed This has been fixed (sorry for the extra mail when I switched to feedback) |
Small buglet in the jail manpage (man jail) --snip-- inetd(8) to only listen on the appropriate IP address, and so forth. Add the following to /etc/rc.conf in the host environment: sendmail_enable="NO" inetd_flags="-wW -a 192.168.11.23" portmap_enable="NO" 192.169.11.23 is the native IP address for the host system, in this exam- ple. Daemons that run out of inetd(8) can be easily set to use only the --snip-- the native IP address of the system is 192.168.11.23 and not 192.169.11.23 as stated. Fix: Correct the jail(8) manpage. I'd do it myself but don't know how (yet) :-\ How-To-Repeat: man jail