freebsd-dev/etc/rc.d
Doug Barton b5ed5226dd Deprecate use of the early.sh script as advertised when the support for
local rc.d scripts in the overall boot order was added.

Proper rc.d scripts are run by rc.subr in a subshell, whereas scripts that
end in .sh are sourced into rc's shell. The latter has potential to create
serious boot problems, and there is no reason that the same functionality
cannot be added by the user in the form of a proper rc.d script (as
opposed to being added by the user in the form of /etc/rc.early).

This script will be removed prior to the 8.0 branch.

Approved by:	re (kensmith)
2007-10-09 07:30:14 +00:00
..
abi Eliminate global symbols starting with an underscore from rc.d 2006-12-30 22:53:20 +00:00
accounting Eliminate global symbols starting with an underscore from rc.d 2006-12-30 22:53:20 +00:00
addswap Add a dummy script, FILESYSTEMS, which depends on root and mountcritlocal 2007-04-02 22:53:07 +00:00
adjkerntz Add a dummy script, FILESYSTEMS, which depends on root and mountcritlocal 2007-04-02 22:53:07 +00:00
amd Add 'reload' to the list of available commands for the amd rc.d script. 2006-10-18 15:56:11 +00:00
apm
apmd
archdep Use $required_modules wherever suitable. Use load_kld() in special 2006-12-31 10:37:18 +00:00
atm1 Use $required_modules wherever suitable. Use load_kld() in special 2006-12-31 10:37:18 +00:00
atm2
atm3
auditd Sleep for one second after calling audit -t to give the audit daemon a 2006-09-24 17:31:04 +00:00
auto_linklocal Add "nojail" keyword to prevent spurious error messages. 2006-12-29 15:56:21 +00:00
bgfsck Allow background_fsck_delay to be set to a negative value which delays 2007-03-11 06:53:07 +00:00
bluetooth Use $required_modules wherever suitable. Use load_kld() in special 2006-12-31 10:37:18 +00:00
bootconf.sh Add a dummy script, FILESYSTEMS, which depends on root and mountcritlocal 2007-04-02 22:53:07 +00:00
bootparams
bridge Eliminate global symbols starting with an underscore from rc.d 2006-12-30 22:53:20 +00:00
bsnmpd
bthidd Add bthidd(8) rc(8) script 2006-09-07 22:25:08 +00:00
ccd
cleanvar Remove two superfluous trailing semicolons. 2007-05-24 05:58:20 +00:00
cleartmp Improve cleartmp in a number of aspects: 2006-10-16 13:01:45 +00:00
cron
DAEMON
devd network_ipv6 also does some interface configuration so require it to run 2006-09-21 14:29:32 +00:00
devfs
dhclient Having gone to the trouble of setting up a variable, we should use it. 2007-03-25 19:45:20 +00:00
dmesg
dumpon
early.sh Deprecate use of the early.sh script as advertised when the support for 2007-10-09 07:30:14 +00:00
encswap
FILESYSTEMS Add zfs to REQUIRE. 2007-04-09 08:44:50 +00:00
fsck o Implement the stop_boot subroutine [1]. This subroutine can be used by 2007-05-18 12:04:41 +00:00
ftp-proxy Add a startup script for ftp-proxy(8) now that it is no longer started as 2007-09-06 21:00:48 +00:00
ftpd
gbde
geli Use $required_modules wherever suitable. Use load_kld() in special 2006-12-31 10:37:18 +00:00
geli2 Add a dummy script, FILESYSTEMS, which depends on root and mountcritlocal 2007-04-02 22:53:07 +00:00
hcsecd Use $required_modules wherever suitable. Use load_kld() in special 2006-12-31 10:37:18 +00:00
hostapd
hostid backout filter of Nil UUID as the boot loader code already filters out Nil UUIDs (see src/sys/boot/i386/libi386/smbios.c:smbios_setuuid for details) 2007-05-22 13:53:59 +00:00
hostname Add a dummy script, FILESYSTEMS, which depends on root and mountcritlocal 2007-04-02 22:53:07 +00:00
idmapd RC script for idmapd(8), defaulting to off. 2006-10-15 14:19:06 +00:00
inetd
initrandom Remove two superfluous trailing semicolons. 2007-05-24 05:58:20 +00:00
ip6addrctl Add a dummy script, FILESYSTEMS, which depends on root and mountcritlocal 2007-04-02 22:53:07 +00:00
ip6fw Instead of directly sourcing the firewall script, run it in a separate shell. 2007-04-02 15:38:53 +00:00
ipfilter FILESYSTEMS requires root, so requiring both of them is redundant. 2007-04-09 08:53:40 +00:00
ipfs
ipfw Instead of directly sourcing the firewall script, run it in a separate shell. 2007-04-02 15:38:53 +00:00
ipmon Add a dummy script, FILESYSTEMS, which depends on root and mountcritlocal 2007-04-02 22:53:07 +00:00
ipnat Use $required_modules wherever suitable. Use load_kld() in special 2006-12-31 10:37:18 +00:00
ipsec o Implement the stop_boot subroutine [1]. This subroutine can be used by 2007-05-18 12:04:41 +00:00
ipxrouted
isdnd Add a dummy script, FILESYSTEMS, which depends on root and mountcritlocal 2007-04-02 22:53:07 +00:00
jail Fix indentation. 2007-05-24 06:01:06 +00:00
kadmind
kerberos o Use the --detach option to kdc(8) instead of using the shell 2007-05-17 11:33:08 +00:00
kernel This script should probably have an enabling variable since it can produce 2006-07-30 12:54:37 +00:00
keyserv
kldxref FILESYSTEMS requires root, so requiring both of them is redundant. 2007-04-09 08:53:40 +00:00
kpasswdd
ldconfig Eliminate global symbols starting with an underscore from rc.d 2006-12-30 22:53:20 +00:00
local
localpkg
lockd Start lockd after statd. 2007-09-03 02:02:31 +00:00
LOGIN
lpd Eliminate global symbols starting with an underscore from rc.d 2006-12-30 22:53:20 +00:00
Makefile Finishing renaming of cached into nscd. etc/rc.d and usr.sbin/Makefile 2007-09-28 10:38:08 +00:00
mdconfig sleep 2 seconds after having loaded g_uzip.ko. We need this because 2007-08-25 00:19:17 +00:00
mdconfig2 Use $required_modules wherever suitable. Use load_kld() in special 2006-12-31 10:37:18 +00:00
mixer Introduce mixer_enable (default: YES). 2006-10-06 23:22:13 +00:00
motd
mountcritlocal o Implement the stop_boot subroutine [1]. This subroutine can be used by 2007-05-18 12:04:41 +00:00
mountcritremote FILESYSTEMS requires root, so requiring both of them is redundant. 2007-04-09 08:53:40 +00:00
mountd mountd(8) was changed to only abort when all given exports files cannot be 2007-04-13 10:29:25 +00:00
mountlate o Implement the stop_boot subroutine [1]. This subroutine can be used by 2007-05-18 12:04:41 +00:00
moused Eliminate global symbols starting with an underscore from rc.d 2006-12-30 22:53:20 +00:00
mroute6d
mrouted Push removal of mrouted down to the rest of the tree. 2006-09-29 15:45:11 +00:00
msgs
named After some discussion we believe that having SERVERS to REQUIRE: 2006-04-20 12:30:12 +00:00
natd Use $required_modules wherever suitable. Use load_kld() in special 2006-12-31 10:37:18 +00:00
netif Require 'cleanvar' so that files and sockets created in /var/run by 2007-07-25 18:08:01 +00:00
netoptions Move options that do not have anything to do with routing out of 2007-05-02 15:49:30 +00:00
network_ipv6
NETWORKING Finish making resolv ordering deterministic by REQUIRE'ing it here. 2007-06-02 05:25:19 +00:00
newsyslog
nfsclient Use $required_modules wherever suitable. Use load_kld() in special 2006-12-31 10:37:18 +00:00
nfsd
nfslocking The rc.d/nfslocking file controls two servers: rpc.statd and rpc.lockd. It worked well 2007-08-17 07:58:26 +00:00
nfsserver Use $required_modules wherever suitable. Use load_kld() in special 2006-12-31 10:37:18 +00:00
nisdomain
nscd Finishing renaming of cached into nscd. etc/rc.d and usr.sbin/Makefile 2007-09-28 10:38:08 +00:00
nsswitch Eliminate global symbols starting with an underscore from rc.d 2006-12-30 22:53:20 +00:00
ntpd - Add new ntpd_config variable so that people can override it in rc.conf. 2006-04-18 15:02:24 +00:00
ntpdate - Remove hardcoded /etc/ntp.conf configuration file from ntpdate rc.d script 2006-07-20 10:07:34 +00:00
othermta
pf FILESYSTEMS requires root, so requiring both of them is redundant. 2007-04-09 08:53:40 +00:00
pflog FILESYSTEMS requires root, so requiring both of them is redundant. 2007-04-09 08:53:40 +00:00
pfsync Add a pfsync_syncpeer option to /etc/defaults/rc.conf and rc.conf(5), 2007-04-10 16:42:14 +00:00
power_profile Add a dummy script, FILESYSTEMS, which depends on root and mountcritlocal 2007-04-02 22:53:07 +00:00
powerd When stopping powerd, set the CPU frequency back to its maximum value 2006-08-27 11:04:39 +00:00
ppp Make subroutine names more conformant with other scripts in rc.d. 2007-03-31 09:03:38 +00:00
pppoed Eliminate global symbols starting with an underscore from rc.d 2006-12-30 22:53:20 +00:00
pwcheck
quota Add the following knobs for quotas if they are enabled: 2007-01-20 04:24:20 +00:00
random Get rid of chatter for failed commands if the filesystem is read-only. 2007-03-03 06:39:06 +00:00
rarpd
resolv Add REQUIRE netif to make ordering more deterministic, and to make sure 2007-06-02 05:24:39 +00:00
root o Implement the stop_boot subroutine [1]. This subroutine can be used by 2007-05-18 12:04:41 +00:00
route6d
routed
routing Move options that do not have anything to do with routing out of 2007-05-02 15:49:30 +00:00
rpcbind
rtadvd
rwho
savecore
sdpd Use $required_modules wherever suitable. Use load_kld() in special 2006-12-31 10:37:18 +00:00
securelevel
sendmail Add a new rc.conf variable, sendmail_rebuild_aliases, which tells 2007-06-12 17:33:23 +00:00
serial Add an example of how to set up a 3-wire serial terminal. 2006-03-23 08:48:38 +00:00
SERVERS Make ldconfig as SERVER dependency. This makes it possible 2006-04-19 05:10:34 +00:00
sppp
sshd Backout this commit since it breaks startup and some scripts in 2006-08-22 11:17:29 +00:00
statd My forced commit to note the repo-copy (naturally) changed the $FreeBSD$ keyword line, 2007-08-18 04:08:53 +00:00
swap1
syscons Use "-ne" instead of "!=" for integer comparison. 2007-03-25 23:58:46 +00:00
sysctl Quote the parameter to sysctl(1), allowing to use whitespaces in 2006-05-24 11:36:48 +00:00
syslogd Eliminate global symbols starting with an underscore from rc.d 2006-12-30 22:53:20 +00:00
timed
tmp Remove two unnecessary and useless sub-shell constructs. 2007-05-24 05:54:37 +00:00
ugidfw Use $required_modules wherever suitable. Use load_kld() in special 2006-12-31 10:37:18 +00:00
var Remove two unnecessary and useless sub-shell constructs. 2007-05-24 05:54:37 +00:00
virecover
watchdogd
wpa_supplicant
ypbind Eliminate global symbols starting with an underscore from rc.d 2006-12-30 22:53:20 +00:00
yppasswdd Eliminate global symbols starting with an underscore from rc.d 2006-12-30 22:53:20 +00:00
ypserv Eliminate global symbols starting with an underscore from rc.d 2006-12-30 22:53:20 +00:00
ypset Eliminate global symbols starting with an underscore from rc.d 2006-12-30 22:53:20 +00:00
ypupdated Eliminate global symbols starting with an underscore from rc.d 2006-12-30 22:53:20 +00:00
ypxfrd Eliminate global symbols starting with an underscore from rc.d 2006-12-30 22:53:20 +00:00
zfs When zfs dataset has jailed=on property, it won't be mounted with 2007-04-22 20:55:08 +00:00