6a29fef4d3
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/mrtg#7a7d6e65f26dff8d55e1c9a3cb01c6f20f639d0e
5 lines
134 B
Bash
Executable File
5 lines
134 B
Bash
Executable File
#!/bin/sh
|
|
|
|
/usr/lib/rpm/find-provides "$@" | grep -v 'perl(\(SNMP_util\|SNMP_Session\|BER\|SNMPv1_Session\|SNMPv2c_Session\))'
|
|
exit 0
|