https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270428
Bug ID: 270428
Summary: rc.d improve using info/warn instead of just echo
Product: Base System
Version: Unspecified
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: misc
Assignee: [email protected]
Reporter: [email protected]
Reported by: @[email protected]
A new FreeBSD user reports their experience on making desktop a nice
experience: https://fosstodon.org/@RL_Dane/110067023178312920
Part of that has been making the boot process more "visually quiet/peaceful" by
using boot_mute=YES in /boot/loader.conf
I tried that myself and noticed that some rc.d scripts use "echo" instead of
"info" and "warn" as documented in rc.subr(8), which renders rc_info=NO (as
documented in rc.conf(5)) not as effective as it ought to be.
So here is a minor patch that improves that and gets rid of most of the nice
with a super cute FreeBSD logo on boot \o/
--
You are receiving this mail because:
You are the assignee for the bug.