summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2019-01-22 05:44:41 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2019-01-22 05:44:41 +0000
commit8a21b74a6da2ca5bccd1c297288be933a98ba6e7 (patch)
tree39c7c6c9c92eb4798666c16e3cd5a329a82885c8 /share
parent33f49a6ffcc063dd057647e86d765f9bc1134956 (diff)
Make zoneinfo directories have permissions 0755 instead of 0555
so this matches the entries in 4.4BSD.dist that ware changed a while ago. from deraadt
Diffstat (limited to 'share')
-rw-r--r--share/zoneinfo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile
index 43b5d34bc3d..8646cb97a5f 100644
--- a/share/zoneinfo/Makefile
+++ b/share/zoneinfo/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.12 2017/10/06 19:58:37 naddy Exp $
+# $OpenBSD: Makefile,v 1.13 2019/01/22 05:44:40 tb Exp $
# $NetBSD: Makefile,v 1.14 1995/04/22 12:10:17 cgd Exp $
# Change the line below for your time zone (after finding the zone you want in
@@ -83,7 +83,7 @@ realinstall: ${DATA} ${REDO} ${YEARISTYPECOPY}
chown -R ${BINOWN}:${BINGRP} ${TZDIR}
find ${TZDIR} \
-type f -exec chmod a=r {} + -o \
- -type d -exec chmod a=rx {} +
+ -type d -exec chmod a=rx,u+w {} +
${INSTALL} -c -o root -g bin -m 644 ${.CURDIR}/datfiles/iso3166.tab \
${DESTDIR}/usr/share/misc
${INSTALL} -c -o root -g bin -m 644 ${.CURDIR}/datfiles/zone.tab \