[Bug 270428] rc.d improve using info/warn instead of just echo
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 270428] rc.d improve using info/warn instead of just echo"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 270428] rc.d improve using info/warn instead of just echo"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 270428] rc.d improve using info/warn instead of just echo"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 270428] rc.d improve using info/warn instead of just echo"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 270428] rc.d improve using info/warn instead of just echo"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 270428] rc.d improve using info/warn instead of just echo"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 270428] rc.d improve using info/warn instead of just echo"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 270428] rc.d improve using info/warn instead of just echo"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 270428] rc.d improve using info/warn instead of just echo"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 270428] rc.d improve using info/warn instead of just echo"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 270428] rc.d improve using info/warn instead of just echo"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 270428] rc.d improve using info/warn instead of just echo"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 270428] rc.d improve using info/warn instead of just echo"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 270428] rc.d improve using info/warn instead of just echo"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Mar 2023 11:43:45 UTC
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: bugs@FreeBSD.org
Reporter: contact@evilham.com
Reported by: @RL_Dane@fosstodon.org
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.