Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jul 2013 04:13:48 +0000 (UTC)
From:      Devin Teske <dteske@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r252862 - head/usr.sbin
Message-ID:  <201307060413.r664DmT5009602@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dteske
Date: Sat Jul  6 04:13:47 2013
New Revision: 252862
URL: http://svnweb.freebsd.org/changeset/base/252862

Log:
  Take the training-wheels off, after nearly 30 months of development. MFC to
  stable/9 planned after MFC 3-day period. The MFC to stable/9 is desired for
  the next release to get some much-needed time:
  + Living side-by-side with sysinstall for compare/contrast/transition
  + Living side-by-side with bsdinstall for integration/transition
  + Additional feedback/testing before eventual 10.0-R to make it even better
  
  MFC after:	3 days

Modified:
  head/usr.sbin/Makefile

Modified: head/usr.sbin/Makefile
==============================================================================
--- head/usr.sbin/Makefile	Sat Jul  6 03:40:00 2013	(r252861)
+++ head/usr.sbin/Makefile	Sat Jul  6 04:13:47 2013	(r252862)
@@ -6,6 +6,7 @@
 SUBDIR=	adduser \
 	arp \
 	bootparamd \
+	bsdconfig \
 	bsdinstall \
 	cdcontrol \
 	chkgrp \
@@ -80,6 +81,7 @@ SUBDIR=	adduser \
 	snapinfo \
 	spray \
 	syslogd \
+	sysrc \
 	tcpdchk \
 	tcpdmatch \
 	tcpdrop \
@@ -146,11 +148,6 @@ SUBDIR+=	rndc-confgen
 SUBDIR+=	bluetooth
 .endif
 
-.if ${MK_BSDCONFIG} != "no"
-SUBDIR+=	bsdconfig
-SUBDIR+=	sysrc
-.endif
-
 .if ${MK_BSNMP} != "no"
 SUBDIR+=	bsnmpd
 .endif



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