summaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-12-07 17:13:36 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-12-07 17:13:36 +0000
commit91575290236879ecd46b2dc81b12488680ed3e22 (patch)
tree4a540ada2cc67a0c61576137acd669acdba4b551 /etc/Makefile
parent7119e06b99c29df5e9e03a1b931fbfaf55f04a5a (diff)
hoststated gets renamed to relayd. easier to type, and actually says
what the daemon does - it is a relayer that pays attention to the status of pools of hosts; not a status checkers that happens to do some relaying
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile
index b51103aec5d..ac1a1161fba 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.255 2007/11/05 23:46:12 merdely Exp $
+# $OpenBSD: Makefile,v 1.256 2007/12/07 17:13:35 deraadt Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= Canada/Mountain
@@ -82,7 +82,7 @@ distribution-etc-root-var: distrib-dirs
${INSTALL} -c -o root -g wheel -m 600 pf.conf ${DESTDIR}/etc
${INSTALL} -c -o root -g operator -m 644 chio.conf ${DESTDIR}/etc
${INSTALL} -c -o root -g wheel -m 600 hostapd.conf ${DESTDIR}/etc
- ${INSTALL} -c -o root -g wheel -m 600 hoststated.conf ${DESTDIR}/etc
+ ${INSTALL} -c -o root -g wheel -m 600 relayd.conf ${DESTDIR}/etc
${INSTALL} -c -o root -g wheel -m 600 ipsec.conf ${DESTDIR}/etc
${INSTALL} -c -o root -g wheel -m 600 sasyncd.conf ${DESTDIR}/etc
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \