Xref rc.conf(5).
This commit is contained in:
parent
3742b697d5
commit
41f23e2e76
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: rc.8,v 1.4 1999/03/17 20:31:19 garbled Exp $
|
||||
.\" $NetBSD: rc.8,v 1.5 1999/12/08 00:04:38 soren Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -43,7 +43,7 @@
|
|||
.Nm rc
|
||||
.Nm rc.local
|
||||
.Sh DESCRIPTION
|
||||
.Nm Rc
|
||||
.Nm rc
|
||||
is the command script which controls the automatic reboot and
|
||||
.Nm rc.local
|
||||
is the script holding commands which are pertinent only
|
||||
|
@ -76,7 +76,7 @@ starts all the daemons on the system, preserves editor files
|
|||
and clears the scratch directory
|
||||
.Pa /tmp .
|
||||
.Pp
|
||||
.Nm Rc.local
|
||||
.Nm rc.local
|
||||
is executed immediately before any other commands after a successful
|
||||
.Xr fsck .
|
||||
Normally, the first commands placed in the
|
||||
|
@ -99,6 +99,7 @@ reside in
|
|||
.Pa /etc .
|
||||
.Sh SEE ALSO
|
||||
.Xr init 8 ,
|
||||
.Xr rc.conf 5 ,
|
||||
.Xr reboot 8 ,
|
||||
.Xr savecore 8
|
||||
.Sh HISTORY
|
||||
|
|
Loading…
Reference in New Issue