During boot, a warning of: * Setting system clock using the hardware clock [UTC] ... grep: warning: stray \ before - can be seen due to grep 3.8 syntax changes. The warning has been suppressed by the following commit upstream: https://github.com/OpenRC/openrc/commit/9380347f042f7d294317f4420b648422817eb75a Cheers, Nathan Zachary Reproducible: Always Steps to Reproduce: 1. Use OpenRC as the init system 2. Use >=sys-apps/grep-3.8 3. Boot the system Actual Results: Warning is displayed Expected Results: Warning should not be displayed
it's fixed upstream https://github.com/OpenRC/openrc/commit/9380347f042f7d294317f4420b648422817eb75a though I would've used grep -q -- "--noadjfile" myself.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09e6575b72d2b8bb8948feb0bbdcfd47eddb903b commit 09e6575b72d2b8bb8948feb0bbdcfd47eddb903b Author: Sam James <sam@gentoo.org> AuthorDate: 2022-12-03 12:16:46 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-12-03 12:16:46 +0000 sys-apps/openrc: backport grep 3.8 warning fix Closes: https://bugs.gentoo.org/875557 Signed-off-by: Sam James <sam@gentoo.org> sys-apps/openrc/files/openrc-0.45.2-grep-3.8.patch | 35 ++++++++++++++++++++++ ...rc-0.45.2-r1.ebuild => openrc-0.45.2-r2.ebuild} | 8 +++-- 2 files changed, 41 insertions(+), 2 deletions(-)