Avoid installing security.functions with executable bits, periodic(8) will

try to execute all files with an executable bit in /etc/periodic/*/ while
this file is supposed only to be sourced by others

MFC after:	1 week
This commit is contained in:
Baptiste Daroussin 2014-11-05 06:42:07 +00:00
parent 169760a49b
commit 81e6fb172f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=274130

View File

@ -2,6 +2,8 @@
.include <src.opts.mk>
FILESGROUPS= FILES DATA
FILES= 100.chksetuid \
110.neggrpperm \
200.chkmounts \
@ -10,8 +12,8 @@ FILES= 100.chksetuid \
410.logincheck \
700.kernelmsg \
800.loginfail \
900.tcpwrap \
security.functions
900.tcpwrap
DATA= security.functions
# NB: keep these sorted by MK_* knobs