Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Mar 2015 06:59:42 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r280420 - stable/10/etc
Message-ID:  <201503240659.t2O6xg2f084416@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503240659.t2O6xg2f084416>