script /usr/libexec/nut-driver-enumerator.sh contain several deprecated 'egrep' calls (and GNU grep 3.8 emit warnings about it): # grep -n 'egrep' /usr/libexec/nut-driver-enumerator.sh 95:if set | egrep '^(shell|version|t?csh)' | egrep 't?csh' >/dev/null ; then 435: # Note: Primary aim of this egrep is to pick either assignments or flags 445: LINE="`echo "$SECTION_CONTENT" | egrep '(^'"$1"'=|^'"$1"'$)'`" \ 628: /usr/bin/svcs -a -H -o fmri | egrep '/nut-driver:' 759: /bin/systemctl show 'nut-driver@*' -p Id | egrep '=nut-driver' | sed 's,^Id=,,' 827: egrep -v '(^$|^#)' | \ 834: | egrep -v '^$' \ 835: | egrep '([\[\=]|^[^ '"$TABCHAR"']*$|^[^ '"$TABCHAR"']*[ '"$TABCHAR"']*\#.*$)' 862: && UPSCONF_DATA_SDP="`egrep '^(\[.*\]|driver=|port=)' << EOF 893: UPSLIST_FILE="$(echo "$UPSCONF_DATA_SDP" | egrep '^\[[^'"$TABCHAR"'\ ]*\]$' | sed 's,^\[\(.*\)\]$,\1,' | sort -n)" \ 1301: echo "$UPSLIST_FILE" | egrep "^$SVC\$" Reproducible: Always