=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Makefile,v retrieving revision 1.31 retrieving revision 1.32 diff -c -r1.31 -r1.32 *** src/etc/Makefile 1996/12/19 02:38:08 1.31 --- src/etc/Makefile 1997/01/02 23:14:13 1.32 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.31 1996/12/19 02:38:08 millert Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.32 1997/01/02 23:14:13 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific *************** *** 80,92 **** install -c -o root -g wheel -m 444 4.4BSD.dist \ ${DESTDIR}/etc/mtree) (cd ppp; \ ! install -c -o root -g wheel -m 644 chap-secrets \ ${DESTDIR}/etc/ppp; \ ! install -c -o root -g wheel -m 644 options \ ${DESTDIR}/etc/ppp; \ ! install -c -o root -g wheel -m 644 options.leaf \ ${DESTDIR}/etc/ppp; \ ! install -c -o root -g wheel -m 644 pap-secrets \ ${DESTDIR}/etc/ppp) cd namedb; install -c -o ${BINOWN} -g ${BINGRP} -m 644 ${NAMEDB} \ ${DESTDIR}/etc/namedb --- 80,96 ---- install -c -o root -g wheel -m 444 4.4BSD.dist \ ${DESTDIR}/etc/mtree) (cd ppp; \ ! install -c -o root -g wheel -m 600 chap-secrets \ ${DESTDIR}/etc/ppp; \ ! install -c -o root -g wheel -m 600 options \ ${DESTDIR}/etc/ppp; \ ! install -c -o root -g wheel -m 600 options.leaf \ ${DESTDIR}/etc/ppp; \ ! install -c -o root -g wheel -m 600 options.sample \ ! ${DESTDIR}/etc/ppp; \ ! install -c -o root -g wheel -m 600 chatscript.sample \ ! ${DESTDIR}/etc/ppp; \ ! install -c -o root -g wheel -m 600 pap-secrets \ ${DESTDIR}/etc/ppp) cd namedb; install -c -o ${BINOWN} -g ${BINGRP} -m 644 ${NAMEDB} \ ${DESTDIR}/etc/namedb