svn commit: r282059 - in head/etc: rc.d rc.d/tests tests tests/rc.d

Garrett Cooper ngie at FreeBSD.org
Mon Apr 27 07:00:35 UTC 2015


Author: ngie
Date: Mon Apr 27 07:00:34 2015
New Revision: 282059
URL: https://svnweb.freebsd.org/changeset/base/282059

Log:
  Move etc/tests/rc.d to etc/rc.d/tests to match the directory layout jmmv@
  documented and implemented in other areas of the FreeBSD tree
  
  MFC after: 1 week

Added:
  head/etc/rc.d/tests/
     - copied from r281491, user/ngie/more-tests/etc/rc.d/tests/
Deleted:
  head/etc/tests/rc.d/
Modified:
  head/etc/rc.d/Makefile
  head/etc/tests/Makefile
Directory Properties:
  head/   (props changed)

Modified: head/etc/rc.d/Makefile
==============================================================================
--- head/etc/rc.d/Makefile	Mon Apr 27 06:51:27 2015	(r282058)
+++ head/etc/rc.d/Makefile	Mon Apr 27 07:00:34 2015	(r282059)
@@ -263,6 +263,10 @@ FILES+=		routed
 FILES+=		sendmail
 .endif
 
+.if ${MK_TESTS} != "no"
+SUBDIR+=	tests
+.endif
+
 .if ${MK_TIMED} != "no"
 FILES+=		timed
 .endif

Modified: head/etc/tests/Makefile
==============================================================================
--- head/etc/tests/Makefile	Mon Apr 27 06:51:27 2015	(r282058)
+++ head/etc/tests/Makefile	Mon Apr 27 07:00:34 2015	(r282059)
@@ -7,6 +7,4 @@ TESTSDIR=	${TESTSBASE}/etc
 .PATH:		${.CURDIR:H:H}/tests
 KYUAFILE=	yes
 
-TESTS_SUBDIRS+=	rc.d
-
 .include <bsd.test.mk>


More information about the svn-src-head mailing list