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:
parent
4b4b7d0556
commit
9f3ffeab68
@ -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; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user