svn commit: r298857 - head/etc/rc.d
Peter Wemm
peter at FreeBSD.org
Sat Apr 30 19:01:52 UTC 2016
Author: peter
Date: Sat Apr 30 19:01:51 2016
New Revision: 298857
URL: https://svnweb.freebsd.org/changeset/base/298857
Log:
Fix incorrect permissions for /etc/rc.d/sendmail in fallout from
release-pkg merge.
Modified:
head/etc/rc.d/Makefile
Modified: head/etc/rc.d/Makefile
==============================================================================
--- head/etc/rc.d/Makefile Sat Apr 30 18:56:35 2016 (r298856)
+++ head/etc/rc.d/Makefile Sat Apr 30 19:01:51 2016 (r298857)
@@ -295,7 +295,7 @@ FILESGROUPS+= SMRCD
SMRCD= sendmail
.endif
SMRCDDIR= /etc/rc.d
-SMRCDDIRMODE= ${BINMODE}
+SMRCDMODE= ${BINMODE}
SMRCDPACKAGE= sendmail
.if ${MK_TIMED} != "no"
More information about the svn-src-all
mailing list