summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2014-04-20 18:06:37 +0000
committertedu <tedu@openbsd.org>2014-04-20 18:06:37 +0000
commit1e60143e9b2b89e6606c417fe9554c50b891357e (patch)
tree0414f968e72548ffd5646d92066d7a36a21534f2
parenttheo found a file we don't seem to need, but just in case, i will paste (diff)
downloadwireguard-openbsd-1e60143e9b2b89e6606c417fe9554c50b891357e.tar.xz
wireguard-openbsd-1e60143e9b2b89e6606c417fe9554c50b891357e.zip
hosts.equiv is a ghost from bsd past
-rw-r--r--etc/Makefile3
-rw-r--r--etc/hosts.equiv2
-rw-r--r--etc/hosts.lpd3
3 files changed, 2 insertions, 6 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 43e102caf52..58dc79a1007 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.352 2014/04/11 22:51:51 miod Exp $
+# $OpenBSD: Makefile,v 1.353 2014/04/20 18:06:37 tedu Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= Canada/Mountain
@@ -106,7 +106,6 @@ distribution-etc-root-var: distrib-dirs
chgrp ${BINGRP} ${DESTDIR}/etc/fbtab && \
chmod 644 ${DESTDIR}/etc/fbtab
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 ${BIN2} ${DESTDIR}/etc
- ${INSTALL} -c -o root -g wheel -m 600 hosts.equiv ${DESTDIR}/etc
${INSTALL} -c -o root -g crontab -m 600 crontab ${DESTDIR}/var/cron/tabs/root
${INSTALL} -c -o root -g wheel -m 600 master.passwd ${DESTDIR}/etc
pwd_mkdb -p -d ${DESTDIR}/etc /etc/master.passwd
diff --git a/etc/hosts.equiv b/etc/hosts.equiv
deleted file mode 100644
index 02811241d6c..00000000000
--- a/etc/hosts.equiv
+++ /dev/null
@@ -1,2 +0,0 @@
-# $OpenBSD: hosts.equiv,v 1.5 2001/12/01 19:10:01 deraadt Exp $
-#localhost
diff --git a/etc/hosts.lpd b/etc/hosts.lpd
index 06943050bbf..d05d125b448 100644
--- a/etc/hosts.lpd
+++ b/etc/hosts.lpd
@@ -1,3 +1,2 @@
-# $OpenBSD: hosts.lpd,v 1.3 2008/04/15 07:54:48 ajacoutot Exp $
+# $OpenBSD: hosts.lpd,v 1.4 2014/04/20 18:06:37 tedu Exp $
# As described in lpd(8), place one legal access hostname per line.
-# See hosts.equiv(5) for syntax and examples.