From: tedu Date: Sun, 20 Apr 2014 18:06:37 +0000 (+0000) Subject: hosts.equiv is a ghost from bsd past X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1e60143e9b2b89e6606c417fe9554c50b891357e;p=openbsd hosts.equiv is a ghost from bsd past --- 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.