Bugzilla – Bug 1203094
sensors: convert egrep to grep -E
Last modified: 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