diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2012-08-20 12:37:54 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2012-08-20 12:37:54 +0000 |
commit | d90998b9fa55010a81c95dd9a3c70749d83cbc2a (patch) | |
tree | 0f74f51ae0c227fb390a331637c6a80224af19cf /etc/Makefile | |
parent | e7462914be85a35ca1de99177d79e67973dd956c (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/Makefile')
-rw-r--r-- | etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index 9f75e04d19c..68edc048016 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.319 2012/06/20 18:33:58 matthew Exp $ +# $OpenBSD: Makefile,v 1.320 2012/08/20 12:37:52 dlg Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -55,7 +55,7 @@ RCDAEMONS= amd apmd bgpd bootparamd cron dhcpd dhcrelay dvmrpd \ route6d rtadvd rtsold rwhod sasyncd sendmail sensorsd smtpd \ snmpd spamd sshd syslogd watchdogd wsmoused xdm ypbind ypldap \ yppasswdd ypserv kdc kadmind kpasswdd nfsd mountd lockd statd \ - spamlogd sndiod popa3d tftpd + spamlogd sndiod popa3d tftpd tftpproxy MISETS= base${OSrev}.tgz comp${OSrev}.tgz \ man${OSrev}.tgz game${OSrev}.tgz etc${OSrev}.tgz |