mrtg/filter-provides-mrtg.sh

5 lines
134 B
Bash
Raw Normal View History

2020-02-14 14:15:52 +08:00
#!/bin/sh
/usr/lib/rpm/find-provides "$@" | grep -v 'perl(\(SNMP_util\|SNMP_Session\|BER\|SNMPv1_Session\|SNMPv2c_Session\))'
exit 0