Fix incorrect permissions for /etc/rc.d/sendmail in fallout from

release-pkg merge.
This commit is contained in:
Peter Wemm 2016-04-30 19:01:51 +00:00
parent a1118f872e
commit 47041448c0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=298857

View file

@ -295,7 +295,7 @@ FILESGROUPS+= SMRCD
SMRCD= sendmail
.endif
SMRCDDIR= /etc/rc.d
SMRCDDIRMODE= ${BINMODE}
SMRCDMODE= ${BINMODE}
SMRCDPACKAGE= sendmail
.if ${MK_TIMED} != "no"