| Summary: | [patch] rc.subr.8 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Michel Lavondes <fox> | ||||
| Component: | Books & Articles | Assignee: | Yar Tikhiy <yar> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-doc->freebsd-rc Bring to the attention of the list Responsible Changed From-To: freebsd-rc->patched Fixed in HEAD, MFC is due. Thanks. State Changed From-To: open->patched Fixed in HEAD, MFC is due. Thanks. Responsible Changed From-To: patched->yar Taking this PR because I fiddled with the relation between $command and $foo_program in rc.subr. State Changed From-To: patched->closed Mergen to RELENG_6, too. Thanks! |
${name}_program in a startup script using rc.subr will silently override $command. This patch assumes the behavior is intended and documents it. This is known to happen using the sysutils/rc_subr port on 4.x, but probably happens on 5.x with rcNG too. How-To-Repeat: man 8 rc.subr