summaryrefslogtreecommitdiff
path: root/etc/rc
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2020-01-24 06:17:39 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2020-01-24 06:17:39 +0000
commitfa7f4224122997b7f3f050e59d147bae042e4d4d (patch)
tree9dc968d41973c344e1e21d6ab86bd4e8bf5ece00 /etc/rc
parent53c5355ce9c1319a5f19c998ba2e8a26ab3e0444 (diff)
retire rebound etc bits to the attic
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 73303379ca3..44d67f34bf5 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.542 2019/11/11 04:55:37 deraadt Exp $
+# $OpenBSD: rc,v 1.543 2020/01/24 06:17:37 tedu 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
@@ -476,7 +476,7 @@ dmesg >/var/run/dmesg.boot
make_keys
echo -n 'starting early daemons:'
-start_daemon syslogd ldattach pflogd nsd rebound unbound ntpd
+start_daemon syslogd ldattach pflogd nsd unbound ntpd
start_daemon iscsid isakmpd iked sasyncd ldapd npppd
echo '.'