Browse Source

hosts.equiv is a ghost from bsd past

OPENBSD_5_6
tedu 10 years ago
parent
commit
62fc9a56c8
3 changed files with 2 additions and 6 deletions
  1. +1
    -2
      src/etc/Makefile
  2. +0
    -2
      src/etc/hosts.equiv
  3. +1
    -2
      src/etc/hosts.lpd

+ 1
- 2
src/etc/Makefile View File

@ -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


+ 0
- 2
src/etc/hosts.equiv View File

@ -1,2 +0,0 @@
# $OpenBSD: hosts.equiv,v 1.5 2001/12/01 19:10:01 deraadt Exp $
#localhost

+ 1
- 2
src/etc/hosts.lpd View File

@ -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.

Loading…
Cancel
Save