diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2021-11-11 09:38:15 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2021-11-11 09:38:15 +0000 |
commit | 15bdb210d346c441f8583ba7723c1042e82a8be8 (patch) | |
tree | b624cf55378f6ec6e564260333a6fc120e492466 /etc/rc | |
parent | 89280b45d7b17290068f59dfd995e0aecc0dfb0b (diff) |
switch(4) and switchd(8) are retiering. Unhook them from various
configuration files.
OK sthen@ kn@ patrick@
Diffstat (limited to 'etc/rc')
-rw-r--r-- | etc/rc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.554 2021/09/01 08:15:53 deraadt Exp $ +# $OpenBSD: rc,v 1.555 2021/11/11 09:38:14 claudio Exp $ # System startup script run by init on autoboot or after single-user. # Output and error are redirected to console by init, and the console is the @@ -596,7 +596,7 @@ echo 'preserving editor files.'; /usr/libexec/vi.recover run_upgrade_script sysmerge echo -n 'starting network daemons:' -start_daemon ldomd sshd switchd snmpd ldpd ripd ospfd ospf6d bgpd ifstated +start_daemon ldomd sshd snmpd ldpd ripd ospfd ospf6d bgpd ifstated start_daemon relayd dhcpd dhcrelay mrouted dvmrpd radiusd eigrpd route6d start_daemon rad hostapd lpd smtpd slowcgi httpd ftpd start_daemon ftpproxy ftpproxy6 tftpd tftpproxy identd inetd rarpd bootparamd |