Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Feb 2015 20:45:50 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r278282 - head/etc/rc.d
Message-ID:  <201502052045.t15KjoLa038263@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Thu Feb  5 20:45:50 2015
New Revision: 278282
URL: https://svnweb.freebsd.org/changeset/base/278282

Log:
  Use FILES+= idiom instead of _inetd when referencing inetd rc.d script
  
  This was a discrepancy between ^/projects/building-blocks and ^/head that I
  didn't resolve before committing the change to ^/head
  
  Pointyhat to: me
  Reported by: jhb
  MFC after: 20 days
  X-MFC with: r278249
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/etc/rc.d/Makefile

Modified: head/etc/rc.d/Makefile
==============================================================================
--- head/etc/rc.d/Makefile	Thu Feb  5 20:34:53 2015	(r278281)
+++ head/etc/rc.d/Makefile	Thu Feb  5 20:45:50 2015	(r278282)
@@ -194,7 +194,7 @@ FILES+=		hastd
 .endif
 
 .if ${MK_INETD} != "no"
-_inetd=		inetd
+FILES+=		inetd
 .endif
 
 .if ${MK_ISCSI} != "no"



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