mrtg/SOURCES/filter-provides-mrtg.sh

5 lines
134 B
Bash
Raw Normal View History

2019-05-07 10:17:22 +00:00
#!/bin/sh
/usr/lib/rpm/find-provides "$@" | grep -v 'perl(\(SNMP_util\|SNMP_Session\|BER\|SNMPv1_Session\|SNMPv2c_Session\))'
exit 0