diff --git a/plugins/other/udp-statistics b/plugins/other/udp-statistics new file mode 100755 index 00000000..5a3e78a8 --- /dev/null +++ b/plugins/other/udp-statistics @@ -0,0 +1,40 @@ +#!/usr/bin/perl -w + +if ( $ARGV[0] ) { + + if ( $ARGV[0] eq 'autoconf' ) { + if ( -r '/bin/netstat') { + print "yes\n"; + exit 0; + } + print "no\n"; + exit 0; + + } elsif ( $ARGV[0] eq 'config' ) { + print <