From 3f56b9fa2eef71b35e17d0d3a3f1dfd607977f8a Mon Sep 17 00:00:00 2001 From: rgrimes Date: Fri, 23 Sep 1994 06:15:19 +0000 Subject: 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. --- etc/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/etc/Makefile b/etc/Makefile index 326c408..33ab654 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -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; \ -- cgit v1.1