summaryrefslogtreecommitdiffstats
path: root/share/zoneinfo
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-08-11 01:39:23 +0000
committerjkh <jkh@FreeBSD.org>1994-08-11 01:39:23 +0000
commitce0d4f5b6f804ccce2fdf008a82da1c0e938e6c7 (patch)
treeb73fee7fd44d99a686d7dc17e6aba867da8416cd /share/zoneinfo
parentb1aeacc135c3b22ea7b15419ccbb8f28d6408340 (diff)
downloadFreeBSD-src-ce0d4f5b6f804ccce2fdf008a82da1c0e938e6c7.zip
FreeBSD-src-ce0d4f5b6f804ccce2fdf008a82da1c0e938e6c7.tar.gz
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:
Diffstat (limited to 'share/zoneinfo')
-rw-r--r--share/zoneinfo/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile
index a335582..169d267 100644
--- a/share/zoneinfo/Makefile
+++ b/share/zoneinfo/Makefile
@@ -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}
OpenPOWER on IntegriCloud