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

Garrett Cooper yaneurabeya at gmail.com
Thu Feb 5 20:46:33 UTC 2015


On Feb 5, 2015, at 12:01, John Baldwin <jhb at freebsd.org> wrote:

> On Thursday, February 05, 2015 11:38:30 AM Garrett Cooper wrote:
>> Author: ngie
>> Date: Thu Feb  5 11:38:29 2015
>> New Revision: 278249
>> URL: https://svnweb.freebsd.org/changeset/base/278249
>> 
>> Log:
>>  Honor the following flags with the following rc.d scripts for services
>> that can be easily decoupled from the boot process without disrupting other
>> services
>> 
>>  - MK_APM && MK_ACPI: powerd
>>  - MK_BOOTPARAMD: bootparams
>>  - MK_FTP: ftpd
>>  - MK_INETD: inetd
>>  - MK_LEGACY_CONSOLE: moused, syscons
>>  - MK_MAIL: othermta
>>  - MK_NS_CACHING: nscd
>>  - MK_NTP: ntpd (ntpdate is required by other services and can't be easily
>>                  conditionalized -- yet..)
>>  - MK_ROUTED: routed
>>  - MK_SENDMAIL: sendmail
>>  - MK_TIMED: timed
>>  - MK_VI: virecover
>> 
>>  MFC after: 3 weeks
>>  Sponsored by: EMC / Isilon Storage Division
>> 
>> Modified: head/etc/rc.d/Makefile
>> ============================================================================
>> == --- head/etc/rc.d/Makefile	Thu Feb  5 11:37:07 2015	(r278248)
>> +++ head/etc/rc.d/Makefile	Thu Feb  5 11:38:29 2015	(r278249)
>> 
>> +.if ${MK_INETD} != "no"
>> +_inetd=		inetd
>> +.endif
>> +
> 
> This no longer installs /etc/rc.d/inetd even if inetd is enabled.  I think you 
> meant to do 'FILES+= inetd' here instead.

Yup — I did. Fixed in r278282. Thanks!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 496 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20150205/a067d241/attachment.sig>


More information about the svn-src-head mailing list