Bug 1203094 - sensors: convert egrep to grep -E
Summary: sensors: convert egrep to grep -E
Status: NEW
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Minor (vote)
Target Milestone: ---
Assignee: Jean Delvare
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 1203092
  Show dependency treegraph
 
Reported: 2022-09-04 17:47 UTC by Andreas Stieger
Modified: 2022-09-04 17:47 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Stieger 2022-09-04 17:47:39 UTC
+++ This bug was initially created as a clone of Bug #1203092 +++

GNU grep from 3.8 is emitting warnings when invoking egrep/fgrep
> egrep and fgrep commands, deprecated since 2007, now warn that
> they are obsolescent and should be replaced by grep -E / -F

Please update the occurrences found below and upstream an fix.

sensors: /sbin/pwmconfig

https://github.com/lm-sensors/lm-sensors/blob/V3-6-0/prog/pwm/pwmconfig#L645-L655
https://github.com/lm-sensors/lm-sensors/blob/V3-6-0/prog/pwm/pwmconfig#L834
https://github.com/lm-sensors/lm-sensors/blob/V3-6-0/prog/pwm/pwmconfig#L880