MFC r199463:
rc.early(8) was removed as of 20090530 so remove manual page reference to it.
This commit is contained in:
parent
5fe2bb8a58
commit
f8aa319ba0
@ -14,6 +14,16 @@
|
|||||||
# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
|
# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# 20091218: removal of rc.early(8) link
|
||||||
|
OLD_FILES+=usr/share/man/man8/rc.early.8.gz
|
||||||
|
# 20091027: pselect.3 implemented as syscall
|
||||||
|
OLD_FILES+=usr/share/man/man3/pselect.3.gz
|
||||||
|
# 20091005: fusword.9 and susword.9 removed
|
||||||
|
OLD_FILES+=usr/share/man/man9/fusword.9.gz
|
||||||
|
OLD_FILES+=usr/share/man/man9/susword.9.gz
|
||||||
|
# 20090909: vesa and dpms promoted to be i386/amd64 common
|
||||||
|
OLD_FILES+=usr/include/machine/pc/vesa.h
|
||||||
|
OLD_FILES+=usr/share/man/man4/i386/dpms.4.gz
|
||||||
# 20090904: remove lukemftpd
|
# 20090904: remove lukemftpd
|
||||||
OLD_FILES+=usr/libexec/lukemftpd
|
OLD_FILES+=usr/libexec/lukemftpd
|
||||||
OLD_FILES+=usr/share/man/man5/ftpd.conf.5.gz
|
OLD_FILES+=usr/share/man/man5/ftpd.conf.5.gz
|
||||||
|
@ -16,7 +16,6 @@ MAN= crash.8 \
|
|||||||
|
|
||||||
MLINKS= rc.8 rc.atm.8 \
|
MLINKS= rc.8 rc.atm.8 \
|
||||||
rc.8 rc.d.8 \
|
rc.8 rc.d.8 \
|
||||||
rc.8 rc.early.8 \
|
|
||||||
rc.8 rc.firewall.8 \
|
rc.8 rc.firewall.8 \
|
||||||
rc.8 rc.local.8 \
|
rc.8 rc.local.8 \
|
||||||
rc.8 rc.network.8 \
|
rc.8 rc.network.8 \
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
.\" @(#)rc.8 8.2 (Berkeley) 12/11/93
|
.\" @(#)rc.8 8.2 (Berkeley) 12/11/93
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd May 18, 2007
|
.Dd November 17, 2009
|
||||||
.Dt RC 8
|
.Dt RC 8
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -394,20 +394,6 @@ is not set, when going from single-user to multi-user mode for example,
|
|||||||
the script does not do anything.
|
the script does not do anything.
|
||||||
.Pp
|
.Pp
|
||||||
The
|
The
|
||||||
.Nm rc.early
|
|
||||||
script is run very early in the startup process, immediately before the
|
|
||||||
file system check.
|
|
||||||
The
|
|
||||||
.Nm rc.early
|
|
||||||
script is deprecated.
|
|
||||||
Any commands in this
|
|
||||||
file should be separated out into
|
|
||||||
.Nm rc.d/
|
|
||||||
style scripts and integrated into the
|
|
||||||
.Nm
|
|
||||||
system.
|
|
||||||
.Pp
|
|
||||||
The
|
|
||||||
.Pa /etc/rc.d/local
|
.Pa /etc/rc.d/local
|
||||||
script can execute scripts from multiple
|
script can execute scripts from multiple
|
||||||
.Nm rc.d/
|
.Nm rc.d/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user