NetBSD/etc/rc.d
roy b05648aa26 Remove in-kernel handling of Router Advertisements
This is much better handled by a user-land tool.
Proposed on tech-net here:
https://mail-index.netbsd.org/tech-net/2020/04/22/msg007766.html

Note that the ioctl SIOCGIFINFO_IN6 no longer sets flags. That now
needs to be done using the pre-existing SIOCSIFINFO_FLAGS ioctl.

Compat is fully provided where it makes sense, but trying to turn on
RA handling will obviously throw an error as it no longer exists.

Note that if you use IPv6 temporary addresses, this now needs to be
turned on in dhcpcd.conf(5) rather than in sysctl.conf(5).
2020-06-12 11:04:44 +00:00
..
DAEMON
DISKS
LOGIN
Makefile Moved zfs out of MKX11 block. 2019-09-18 05:16:15 +00:00
NETWORKING
SERVERS
accounting
altqd
amd Revert unrelated changes to prior 2020-02-22 11:55:43 +00:00
apmd
automount Add $_rc_subr_loaded before ". /etc/rc.subr" for speedup and consistency. 2019-08-07 19:30:00 +00:00
automountd Add $_rc_subr_loaded before ". /etc/rc.subr" for speedup and consistency. 2019-08-07 19:30:00 +00:00
autounmountd Add NetBSD ID 2020-01-27 08:33:24 +00:00
bluetooth provide a new 'bluetooth' rc.d script, to handle Bluetooth configuration 2011-05-27 09:28:41 +00:00
bootconf.sh add a sync to make it less likely to boot with /etc pointing to nothing after 2012-12-31 23:21:27 +00:00
bootparams
ccd Unconfigure on shutdown so that component deivces are closed. 2011-04-05 02:52:27 +00:00
cgd add a cgd_stop function 2010-11-01 14:41:11 +00:00
cleartmp Discussed some years ago but never commited: add an option to have a 2018-09-30 10:38:05 +00:00
cron
devpubd Create and install an rc.d file for devpubd - a daemon to listen 2011-09-06 21:32:29 +00:00
dhcpcd dhcpcd: Empty the chroot 2020-05-31 12:58:09 +00:00
dhcpd Create the dhcpd.leases file if it doesn't exist already, don't just 2014-07-17 07:17:03 +00:00
dhcpd6 Add startup file for dhcp v6 with builtin isc-dhcp. Alas, this needs to 2017-12-29 18:15:48 +00:00
dhcrelay
dmesg
downinterfaces
envsys
fccache.in For the sake of consistency with other scripts, output a full stop after the 2012-02-07 10:36:01 +00:00
fsck
fsck_root Don't try to fsck root device if "/" is not mentioned in fstab. 2011-09-20 12:13:21 +00:00
ftp_proxy
ftpd
gpio
hostapd
httpd
identd
ifwatchd
inetd
ip6addrctl Use the configured IP6ADDRCTL_CMD for stopping also. 2020-02-14 12:12:07 +00:00
ipfilter
ipfs Remove the userland part of ISDN. The kernel part is untouched for now. 2018-09-23 07:24:19 +00:00
ipmon
ipnat
ipsec Skip inet6 addresses that begin with fe80: (not just exact match). 2020-01-27 08:28:33 +00:00
irdaattach
iscsi_target
iscsid Add rc script for /sbin/iscsid. 2015-02-21 23:13:00 +00:00
isibootd Add an rc.d(8) script for isibootd(8). Taken from ndbootd(8). 2011-12-17 13:37:49 +00:00
kdc
ldconfig
ldpd add ldpd rc script 2011-01-13 10:55:19 +00:00
local
lpd
lvm
makemandb Use new makemandb -Q flag to be really quiet. 2012-08-29 20:34:18 +00:00
mdnsd Make mdnsd start before NETWORKING and require staticroute, mountcritlocal 2015-10-15 16:47:28 +00:00
mixerctl
modules Parse config file like ifconfig.if(5). 2015-04-06 15:07:50 +00:00
mopd
motd
mountall mountall: Mount ZFS filesystems before fstab 2020-03-01 15:22:55 +00:00
mountcritlocal Cause rc to abort if mounting any of the critical local filesystems fails 2016-07-23 01:38:35 +00:00
mountcritremote 'file system' for consistency with documentation (instead of 'filesystem'). 2014-07-22 17:11:09 +00:00
mountd
moused
mrouted
named Make named and the rest of BIND seed their RNG from /dev/urandom, not /dev/random. Better would be to rip the enormous gonkulating RNG machinery out of libisc entirely. Later. 2014-07-13 22:06:56 +00:00
ndbootd
network Remove in-kernel handling of Router Advertisements 2020-06-12 11:04:44 +00:00
newsyslog
nfsd
nfslocking
npf Do not start npf again at reboot (it is started via npf_boot) 2019-04-19 18:36:25 +00:00
npf_boot No need to empose the script to be runnable during boot time, it prevents the 2019-10-05 22:21:29 +00:00
npfd Add support for npfd_flags 2020-06-05 17:10:44 +00:00
ntpd PR/49380: KAMADA Ken'ichi: ntpd_chrootdir does not work on NetBSD 7.0_BETA 2015-11-23 19:56:47 +00:00
ntpdate
perusertmp /usr/sbin/chown -> /sbin/chown 2015-07-03 18:36:54 +00:00
pf Remove dhclient from the base system. 2018-06-29 12:34:13 +00:00
pf_boot No need to empose the script to be runnable during boot time, it prevents the 2019-10-05 22:21:29 +00:00
pflogd
postfix little bit verbose for slow machines 2019-08-09 10:05:44 +00:00
powerd
ppp Add ppp=YES variable. Currently pppd(8) starts automatically if ppp_peers 2013-01-13 18:47:57 +00:00
pwcheck
quota
racoon Remove the userland part of ISDN. The kernel part is untouched for now. 2018-09-23 07:24:19 +00:00
raidframe
raidframeparity
random_seed If no random seed file exists on boot, create one. 2020-05-07 20:01:04 +00:00
rarpd
rbootd
resize_root Support resizing wedges 2020-05-24 14:43:19 +00:00
rndctl
root Add resize_root boot operation. If resize_root=YES in rc.conf then 2015-03-30 10:58:37 +00:00
route6d Revert previous as it introduces "Circular dependency on provision 2011-08-18 16:46:14 +00:00
routed
rpcbind
rtadvd Undo change to a comment made when I thought another change to the 2016-11-19 01:14:58 +00:00
rtclocaltime
rwho
savecore
screenblank
securelevel
smtoff Remove comment, since there is no parsing anymore. 2019-05-13 18:53:10 +00:00
sshd simplify more (from rudolf) 2019-10-23 14:45:38 +00:00
staticroute Add the ability for staticroute to evaluate lines from /etc/route.conf 2012-05-02 15:57:15 +00:00
swap1 Apply patch from Ian D. Leroux in PR bin/51019: 2018-10-19 14:11:12 +00:00
swap2
sysctl
sysdb Avoid unnecessary use of basename(1). From Jukka Salmi a long, long time 2016-04-23 21:24:31 +00:00
syslogd
timed
tpctl
ttys Make /etc/rc.d/ttys run after /etc/rc.d/bootconf.sh, 2012-11-10 15:08:36 +00:00
veriexec
virecover
wdogctl
wpa_supplicant Remove dhclient from the base system. 2018-06-29 12:34:13 +00:00
wscons Print 'Keyboard encoding -> sg' instead of just 'encoding -> sg' on the 2011-08-09 08:08:10 +00:00
wsmoused
xdm.in
xfs.in
ypbind
yppasswdd
ypserv
zfs This script just makes sure that the ZFS module loads and unloads, mountall 2019-12-09 00:11:32 +00:00