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
F166450529: D3600.id8589.diff
Thu, Aug 13, 3:47 PM
F166450526: D3600.diff
Thu, Aug 13, 3:47 PM
F166450485: D3600.id8600.diff
Thu, Aug 13, 3:47 PM
Unknown Object (File)
Tue, Aug 11, 11:30 PM
Unknown Object (File)
Mon, Aug 10, 5:02 PM
Unknown Object (File)
Jun 8 2026, 12:37 PM
Unknown Object (File)
Jun 7 2026, 8:58 AM
Unknown Object (File)
May 5 2026, 12:28 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.