summaryrefslogtreecommitdiff
path: root/etc/rc
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2012-08-20 12:37:54 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2012-08-20 12:37:54 +0000
commitd90998b9fa55010a81c95dd9a3c70749d83cbc2a (patch)
tree0f74f51ae0c227fb390a331637c6a80224af19cf /etc/rc
parente7462914be85a35ca1de99177d79e67973dd956c (diff)
wire up the bits for tftp-proxy, which is called tftpproxy from rc.d's
point of view. mostly ok sthen@ ajacoutot@, who were discussing the feng shui of the start_daemons chunk
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index e2bb07ca364..157cb61e410 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.400 2012/04/06 15:11:30 jsing Exp $
+# $OpenBSD: rc,v 1.401 2012/08/20 12:37:52 dlg Exp $
# System startup script run by init on autoboot
# or after single-user.
@@ -493,7 +493,8 @@ if ifconfig lo0 inet6 >/dev/null 2>&1; then
fi
fi
-start_daemon hostapd rwhod lpd sendmail smtpd httpd ftpd ftpproxy tftpd
+start_daemon hostapd rwhod lpd sendmail smtpd
+start_daemon httpd ftpd ftpproxy tftpd tftpproxy
start_daemon identd inetd rarpd bootparamd rbootd mopd popa3d
start_daemon spamd spamlogd kdc kadmind kpasswdd sndiod
echo '.'