summaryrefslogtreecommitdiffstats
path: root/contrib/unbound
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2013-09-15 13:50:56 +0000
committerdes <des@FreeBSD.org>2013-09-15 13:50:56 +0000
commit22333bfe67484518658495ee5fe5290229a67687 (patch)
treef84aa5d2b85a1a11f7ca9efa5ccab4f4d7fd19ec /contrib/unbound
parentaa06964ae8bccfbae539318130069a6609b7ca5a (diff)
downloadFreeBSD-src-22333bfe67484518658495ee5fe5290229a67687.zip
FreeBSD-src-22333bfe67484518658495ee5fe5290229a67687.tar.gz
Previous commit accidentally left out the umask change.
Approved by: re (blanket)
Diffstat (limited to 'contrib/unbound')
-rwxr-xr-xcontrib/unbound/smallapp/unbound-control-setup.sh4
-rwxr-xr-xcontrib/unbound/smallapp/unbound-control-setup.sh.in4
2 files changed, 4 insertions, 4 deletions
diff --git a/contrib/unbound/smallapp/unbound-control-setup.sh b/contrib/unbound/smallapp/unbound-control-setup.sh
index 690f454..7fe1c33 100755
--- a/contrib/unbound/smallapp/unbound-control-setup.sh
+++ b/contrib/unbound/smallapp/unbound-control-setup.sh
@@ -58,8 +58,8 @@ SVR_BASE=unbound_server
# base name for unbound-control keys
CTL_BASE=unbound_control
-# we want -rw-r--- access (say you run this as root: grp=yes (server), all=no).
-umask 0026
+# we want -rw-r----- access (say you run this as root: grp=yes (server), all=no).
+umask 0027
# end of options
diff --git a/contrib/unbound/smallapp/unbound-control-setup.sh.in b/contrib/unbound/smallapp/unbound-control-setup.sh.in
index 14c5e17..a2caffe 100755
--- a/contrib/unbound/smallapp/unbound-control-setup.sh.in
+++ b/contrib/unbound/smallapp/unbound-control-setup.sh.in
@@ -58,8 +58,8 @@ SVR_BASE=unbound_server
# base name for unbound-control keys
CTL_BASE=unbound_control
-# we want -rw-r--- access (say you run this as root: grp=yes (server), all=no).
-umask 0026
+# we want -rw-r----- access (say you run this as root: grp=yes (server), all=no).
+umask 0027
# end of options
OpenPOWER on IntegriCloud