Bruce Evans is right - this shouldn't touch /etc *at all* and I should

have nuked it, not fixed it.  No longer install /etc/localtime.
Reviewed by:
Submitted by:
This commit is contained in:
Jordan K. Hubbard 1994-08-11 01:39:23 +00:00
parent 5398226dc7
commit 6acd8e2475
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2025

View File

@ -130,9 +130,6 @@ right_posix: right_only other_two
install: maninstall ${DATA} ${REDO}
(cd ${.CURDIR}/datfiles && ../obj/zic -d ${TZDIR} -p ${POSIXRULES})
rm -f ${DESTDIR}/etc/localtime
install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${TZDIR}/${LOCALTIME} ${DESTDIR}/etc/localtime
chown -R ${BINOWN}.${BINGRP} ${TZDIR}
chmod -R a-w ${TZDIR}