summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorflorian <florian@openbsd.org>2017-06-03 10:00:29 +0000
committerflorian <florian@openbsd.org>2017-06-03 10:00:29 +0000
commit0acf3e2d891bdf6c7073ca5365adc5715b778d14 (patch)
tree37e3fb9dfd14935e5a8d8a94e226856acb5ad332 /usr.sbin/Makefile
parentvioblk/virtio: Re-arrange some struct members (diff)
downloadwireguard-openbsd-0acf3e2d891bdf6c7073ca5365adc5715b778d14.tar.xz
wireguard-openbsd-0acf3e2d891bdf6c7073ca5365adc5715b778d14.zip
Move slaacd to /sbin
jca points out that all the other interface configuration tools live there (like ifconfig or dhclient). Furthermore it starts so early in the boot process that /usr might not be mounted yet if it's a nfs filesystem. sthen and deraadt agree
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index be56b7b8065..c142fab8b8e 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.200 2017/05/29 12:51:56 florian Exp $
+# $OpenBSD: Makefile,v 1.201 2017/06/03 10:00:29 florian Exp $
.include <bsd.own.mk>
@@ -15,7 +15,7 @@ SUBDIR= ac accton acme-client acpidump adduser amd apm apmd arp \
quot quotaon radiusctl radiusd rarpd rbootd \
rcctl rdate rebound relayctl relayd repquota ripctl ripd \
rmt route6d rpc.bootparamd rpc.lockd rpc.statd rtadvd \
- sa sasyncd sensorsd slaacctl slaacd slowcgi smtpd \
+ sa sasyncd sensorsd slaacctl slowcgi smtpd \
snmpctl snmpd spamdb switchctl switchd syslogc syslogd sysmerge \
syspatch tcpdrop tcpdump tftp-proxy tftpd tokenadm tokeninit \
traceroute trpt unbound usbdevs user vmd vmctl vipw watchdogd \