Revert the change that moved the /etc files to share/examples/etc, the

files have been pulled down out of the Attic and updates will be applied
shortly.
This commit is contained in:
Rodney W. Grimes 1994-09-23 06:15:19 +00:00
parent 4b4b7d0556
commit 9f3ffeab68
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3017

View File

@ -5,7 +5,12 @@
# -rw-r--r--
BINOWN= root
BINGRP= wheel
BIN1= etc.${MACHINE}/disktab \
BIN1= aliases csh.cshrc csh.login csh.logout dm.conf \
ftpusers gettytab group hosts host.conf hosts.equiv hosts.lpd \
inetd.conf login.access motd myname netstart \
networks phones printcap protocols rc rc.local remote \
security services shells skey.access \
syslog.conf ttys etc.${MACHINE}/disktab rpc make.conf \
${.CURDIR}/../gnu/usr.bin/man/manpath/manpath.config \
${.CURDIR}/../usr.bin/mail/misc/mail.rc
@ -142,7 +147,6 @@ descrypt:
distribution: distrib-dirs
(cd ${.CURDIR}/../share/examples; ${MAKE} install-etc)
(cd ${.CURDIR}; \
install -c -o ${BINOWN} -g ${BINGRP} -m 644 ${BIN1} ${DESTDIR}/etc; \
install -c -o ${BINOWN} -g ${BINGRP} -m 666 ${BIN2} ${DESTDIR}/etc; \