Page MenuHomeFreeBSD

Patch rcorder(8) and rc(8) to clarify scripts without 'PROVIDE' are not run during system startup. PR: 121440
AbandonedPublic

Authored by felix.the.red_gmail.com on Feb 6 2025, 11:04 PM.
Referenced Files
F159995129: D48876.id.diff
Sat, Jun 20, 8:50 AM
Unknown Object (File)
Tue, Jun 16, 8:04 PM
Unknown Object (File)
Sat, Jun 13, 11:45 AM
Unknown Object (File)
Wed, Jun 10, 3:58 AM
Unknown Object (File)
May 19 2026, 10:17 AM
Unknown Object (File)
May 17 2026, 11:36 PM
Unknown Object (File)
May 17 2026, 11:28 PM
Unknown Object (File)
May 1 2026, 4:28 PM
Subscribers

Details

Reviewers
ziaee
Summary

Clarify scripts without PROVIDE are not run during startup.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 62288
Build 59172: arc lint + arc unit

Event Timeline

ziaee requested changes to this revision.EditedFeb 9 2025, 10:17 PM

Hi! I appreciate your attention to the manual bugs! For this one, I don't like this.

rcorder(8) is not the appropriate place to document what rc(8) does with rcorder(8)'s keywords, and rc(8) already says:

"should contain rcorder(8) keywords, especially an appropriate "PROVIDE" entry"

If that line is actually broken, we should fix that line instead of bolting on more bloat. When the manual is too bloated, people don't read it.

This revision now requires changes to proceed.Feb 9 2025, 10:17 PM

Is the fix for PR 121440 to close as not a bug?
I'm not sure what to do otherwise, based on your comment.

Please close PR:121440 since this change is not needed.