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"
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to