Previous commit accidentally left out the umask change.

Approved by:	re (blanket)
This commit is contained in:
Dag-Erling Smørgrav 2013-09-15 13:50:56 +00:00
parent b502f8bfb3
commit c775ab573d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255595
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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