summaryrefslogtreecommitdiff
path: root/distrib/miniroot
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2008-09-30 00:47:48 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2008-09-30 00:47:48 +0000
commit9ba17d78a7af44abea791f1c7911aa71e0dcc9bc (patch)
tree4ae59c150474930942486d441c0fad76af76298f /distrib/miniroot
parentc47f617266ba25ae83e1247de2e2986c01914952 (diff)
install hostname.* files mode 640 root.wheel by default; ok krw
Diffstat (limited to 'distrib/miniroot')
-rw-r--r--distrib/miniroot/install.sub4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub
index 83825f283b1..6d079eaae86 100644
--- a/distrib/miniroot/install.sub
+++ b/distrib/miniroot/install.sub
@@ -1,4 +1,4 @@
-# $OpenBSD: install.sub,v 1.437 2008/09/07 14:09:37 krw Exp $
+# $OpenBSD: install.sub,v 1.438 2008/09/30 00:47:47 deraadt Exp $
# $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $
#
# Copyright (c) 1997-2007 Todd Miller, Theo de Raadt, Ken Westerback
@@ -581,7 +581,7 @@ __EOT
v4_config "$_ifs" "$_media" "$_name" "$_hn"
v6_config "$_ifs" "$_media" "$_name" "$_hn"
- [[ -f $_hn ]] && chmod 600 $_hn && _IFDEVS=$(rmel "$_ifs" $_IFDEVS)
+ [[ -f $_hn ]] && chmod 640 $_hn && _IFDEVS=$(rmel "$_ifs" $_IFDEVS)
done
}