mrtg/filter-provides-mrtg.sh

5 lines
134 B
Bash
Raw Normal View History

2007-09-20 09:21:13 +00:00
#!/bin/sh
2007-10-15 14:47:59 +00:00
/usr/lib/rpm/find-provides "$@" | grep -v 'perl(\(SNMP_util\|SNMP_Session\|BER\|SNMPv1_Session\|SNMPv2c_Session\))'
2007-09-21 12:04:33 +00:00
exit 0