summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortb <tb@openbsd.org>2019-01-22 05:44:40 +0000
committertb <tb@openbsd.org>2019-01-22 05:44:40 +0000
commitd64a3c9101f44b87ab9e8d8822776f1bfcd9e068 (patch)
treeec1ec7af674e8744724fed9fe6e8466d2987f4ea
parentSimply the logic translating 'egress' into an interface name. (diff)
downloadwireguard-openbsd-d64a3c9101f44b87ab9e8d8822776f1bfcd9e068.tar.xz
wireguard-openbsd-d64a3c9101f44b87ab9e8d8822776f1bfcd9e068.zip
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
-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 \