svn commit: r278281 - projects/building-blocks/etc/rc.d

Garrett Cooper ngie at FreeBSD.org
Thu Feb 5 20:34:54 UTC 2015


Author: ngie
Date: Thu Feb  5 20:34:53 2015
New Revision: 278281
URL: https://svnweb.freebsd.org/changeset/base/278281

Log:
  Use FILES+=, not _inetd for inetd

Modified:
  projects/building-blocks/etc/rc.d/Makefile

Modified: projects/building-blocks/etc/rc.d/Makefile
==============================================================================
--- projects/building-blocks/etc/rc.d/Makefile	Thu Feb  5 20:23:36 2015	(r278280)
+++ projects/building-blocks/etc/rc.d/Makefile	Thu Feb  5 20:34:53 2015	(r278281)
@@ -38,7 +38,6 @@ FILES=	DAEMON \
 	hostid \
 	hostid_save \
 	hostname \
-	${_inetd} \
 	ipsec \
 	${_kadmind} \
 	${_kdc} \
@@ -181,7 +180,7 @@ FILES+=		hastd
 .endif
 
 .if ${MK_INETD} != "no"
-_inetd=		inetd
+FILES+=		inetd
 .endif
 
 .if ${MK_INET6} != "no"


More information about the svn-src-projects mailing list