https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238448
Bug ID: 238448
Summary: rc.d/local: wrong description
Product: Base System
Version: 12.0-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: conf
Assignee: [email protected]
Reporter: [email protected]
The rc script /etc/rc.d/local contains this description:
desc="Run /etc/rc.local and /etc/shutdown.local"
However, the shutdown script is:
/etc/rc.shutdown.local
not
/etc/shutdown.local
(Notice the missing "rc.").
So the description should be changed to:
desc="Run /etc/rc.local and /etc/rc.shutdown.local"
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"