diff options
author | dillon <dillon@FreeBSD.org> | 1998-12-12 23:26:53 +0000 |
---|---|---|
committer | dillon <dillon@FreeBSD.org> | 1998-12-12 23:26:53 +0000 |
commit | 1f652fa610ca3388ed53f623e9211c2d102fba77 (patch) | |
tree | 552955bbf64c9a541121dcaa413e3ecf4c4ec3a3 /share/man/man5/rc.conf.5 | |
parent | e6ba67df5e122957e440b1ad8c8b3b1fcb821d9d (diff) | |
download | FreeBSD-src-1f652fa610ca3388ed53f623e9211c2d102fba77.zip FreeBSD-src-1f652fa610ca3388ed53f623e9211c2d102fba77.tar.gz |
Reviewed by: freebsd-current
Update manual pages for rc(8) and rc.conf(5) based on recent changes
to rc.local and rc.conf[.local].
Diffstat (limited to 'share/man/man5/rc.conf.5')
-rw-r--r-- | share/man/man5/rc.conf.5 | 43 |
1 files changed, 32 insertions, 11 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index bda1a07..e5fbb1d 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -22,14 +22,17 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: rc.conf.5,v 1.24 1998/10/08 18:47:30 des Exp $ +.\" $Id: rc.conf.5,v 1.25 1998/11/15 20:29:27 msmith Exp $ .\" .Dd April 26, 1997 .Dt RC.CONF 5 .Os FreeBSD 2.2.2 .Sh NAME .Nm rc.conf -.Nd local configuration information. +.Nd system configuration information. +.Pp +.Nm rc.conf.local +.Nd localized system configuration information. .Sh DESCRIPTION The file .Nm rc.conf @@ -40,15 +43,16 @@ started up at system initial boot time. In new installations, the file is generally initialized by the system installation utility: .Pa /stand/sysinstall . .Pp -It is the duty of the system administrator to properly maintain this file -as changes occur on the local host. -.Sh FILES -.Bl -tag -width /etc/rc.conf -compact -.It Pa /etc/rc.conf -.El -.Sh DESCRIPTION +The +.Nm rc.conf.local +file may be used to override variables set in rc.conf. The system +administrator typically uses the distribution-supplied +.Nm rc.conf +file and maintains local overrides/additions in +.Nm rc.conf.local. +.Pp The purpose of -.Nm +.Nm rc.conf[.local] is not to run commands or perform system startup actions directly. Instead, it is included by the various generic startup scripts in @@ -273,6 +277,15 @@ is set to .Ar YES , these are the flags to pass to it. Use the \fBinfo amd\fR command for more information. +.It Ar update_motd +(bool) If set to +.Ar YES , +.Nm /etc/motd +will be updated at boot time to reflect the kernel release +bring run. If set to +.Ar NO , +.Nm +will not be updated .It Ar nfs_client_enable (bool) If set to .Ar YES , @@ -911,7 +924,14 @@ most secure). See .Xr init 8 for the list of possible security levels and their effect on system operation. - +.Sh FILES +.Bl -tag -width /etc/rc.conf -compact +.It Pa /etc/rc.conf +.El +.Pp +.Bl -tag -width /etc/rc.conf.local -compact +.It Pa /etc/rc.conf.local +.El .Sh SEE ALSO .Xr gdb 1 , .Xr info 1 , @@ -925,6 +945,7 @@ on system operation. .Xr ifconfig 8 , .Xr inetd 8 , .Xr lpd 8 , +.Xr motd 5 , .Xr moused 8 , .Xr mrouted 8 , .Xr named 8 , |