svn commit: r278282 - head/etc/rc.d

Garrett Cooper ngie at FreeBSD.org
Thu Feb 5 20:45:51 UTC 2015


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"


More information about the svn-src-head mailing list