diff options
author | dougb <dougb@FreeBSD.org> | 2006-01-13 01:09:55 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2006-01-13 01:09:55 +0000 |
commit | 22b69962493cddbff755ccfaa8d1ebff9cf1e07e (patch) | |
tree | 5e6c5423b9a8f84e5fb4609c30b7292e22e8d8e2 /share | |
parent | 928a616e4c6d1cfb1295a0e2149e7862c0af73d0 (diff) | |
download | FreeBSD-src-22b69962493cddbff755ccfaa8d1ebff9cf1e07e.zip FreeBSD-src-22b69962493cddbff755ccfaa8d1ebff9cf1e07e.tar.gz |
Mention that NETWORKING is probably the right value for
early_late_divider in a jail.
Add an explcit Xr for jail(8)
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/rc.conf.5 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 33fe7bd..36eb631 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 8, 2006 +.Dd January 12, 2006 .Dt RC.CONF 5 .Os .Sh NAME @@ -112,6 +112,11 @@ systems mounted to get access to the directories; for example when .Pa /usr/local is NFS mounted. +For +.Pa rc.conf +within a +.Xr jail 8 +NETWORKING is likely to be an appropriate value. Extreme care should be taken when changing this value, and before changing it one should ensure that there are adequate provisions to recover from a failed boot @@ -3442,6 +3447,7 @@ device and the mount point will be changed. .Xr ipnat 8 , .Xr isdnd 8 , .Xr isdntrace 8 , +.Xr jail 8 , .Xr kldxref 8 , .Xr lpd 8 , .Xr mdconfig 8 , |