svn commit: r280420 - stable/10/etc

Garrett Cooper ngie at FreeBSD.org
Tue Mar 24 06:59:42 UTC 2015


Author: ngie
Date: Tue Mar 24 06:59:41 2015
New Revision: 280420
URL: https://svnweb.freebsd.org/changeset/base/280420

Log:
  Forced commit to note that the previous commit to this file included the
  following MFC as well:
  
  MFC 278251:
  
  Honor the following flags for items that can be conditionalized out of the
  build/install without disrupting other dependent services (see r278249, et
  al):
  
  - MK_LOCATE
  - MK_MAN
  - MK_NLS
  - MK_OPENSSL
  - MK_PKGBOOTSTRAP
  - MK_SENDMAIL
  
  Additional flags need to be handled in etc/Makefile, but it requires
  refactoring the relevant scripts in etc/rc.d/*
  
  MFC after: 3 weeks
  Sponsored by: EMC / Isilon Storage Division

Modified:
  stable/10/etc/Makefile

Modified: stable/10/etc/Makefile
==============================================================================
--- stable/10/etc/Makefile	Tue Mar 24 06:55:08 2015	(r280419)
+++ stable/10/etc/Makefile	Tue Mar 24 06:59:41 2015	(r280420)
@@ -52,7 +52,7 @@ BIN1=	crontab \
 	shells \
 	sysctl.conf \
 	syslog.conf \
-	termcap.small
+	termcap.small \
 
 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "powerpc64"
 BIN1+=	libmap32.conf


More information about the svn-src-all mailing list