Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Feb 2015 20:34:54 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r278281 - projects/building-blocks/etc/rc.d
Message-ID:  <201502052034.t15KYsow033387@svn.freebsd.org>

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



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