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"
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to