https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193936
Bug ID: 193936
Summary: Description of run_rc_script behavior with .sh scripts
rc.subr is incorrect
Product: Documentation
Version: Latest
Hardware: Any
OS: Any
Status: Needs Triage
Severity: Affects Many People
Priority: ---
Component: Documentation
Assignee: [email protected]
Reporter: [email protected]
8. Call each script in turn using run_rc_script() (from rc.subr(8)),
which sets $1 to ``start'', and sources the script in a subshell.
If the script has a .sh suffix then it is sourced directly into the
current shell. Stop processing when the script that is the value of
the $early_late_divider has been run.
r193118 removed support for .sh scripts, so the sentence referencing them above
should be deleted.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "[email protected]"