1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

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
This commit is contained in:
Enji Cooper 2015-02-05 20:45:50 +00:00
parent 6e442e6beb
commit 5e79550fd0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=278282

View File

@ -194,7 +194,7 @@ FILES+= hastd
.endif
.if ${MK_INETD} != "no"
_inetd= inetd
FILES+= inetd
.endif
.if ${MK_ISCSI} != "no"