Page MenuHomeFreeBSD

service(8) does not respect /etc/rc.conf.d/ entries
ClosedPublic

Authored by allanjude on Sep 8 2015, 3:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jan 1, 10:44 AM
Unknown Object (File)
Wed, Jan 1, 10:23 AM
Unknown Object (File)
Nov 22 2024, 8:10 PM
Unknown Object (File)
Nov 14 2024, 5:25 AM
Unknown Object (File)
Nov 13 2024, 3:04 AM
Unknown Object (File)
Nov 1 2024, 5:29 PM
Unknown Object (File)
Oct 19 2024, 9:19 AM
Unknown Object (File)
Sep 23 2024, 11:52 PM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

allanjude retitled this revision from to service(8) does not respect /etc/rc.conf.d/ entries.
allanjude updated this object.
allanjude edited the test plan for this revision. (Show Details)
allanjude added reviewers: dteske, lme, bapt, marcel.
allanjude added a subscriber: bdrewery.

Can you describe the issue? because I do use service command all the time and only have some rc.conf.d entries

In D3600#74397, @bapt wrote:

Can you describe the issue? because I do use service command all the time and only have some rc.conf.d entries

This applies specifically to 'service -e' which lists 'enabled' services, and doesn't list any that are only enabled in rc.conf.d entries. You have to call 'load_rc_config <servicename>' to load those files, which isn't done in 'service -e' until this patch added it

bapt edited edge metadata.
This revision is now accepted and ready to land.Sep 8 2015, 6:37 PM
This revision was automatically updated to reflect the committed changes.