pentoo-overlay/net-analyzer/snmpenum/files/snmpenum-gentoo.patch
2008-11-29 17:35:05 +00:00

24 lines
572 B
Diff

--- snmpenum.pl.old 2006-03-28 22:47:07.000000000 +0200
+++ snmpenum.pl 2006-03-28 22:47:44.000000000 +0200
@@ -1,4 +1,4 @@
-#! /usr/local/bin/perl -w
+#! /usr/bin/perl -w
#
# Simple Perl script to enumerate information on Machines that are running SNMP
#
@@ -30,7 +30,7 @@
#usage
if (@ARGV!=3){
- print "Usage: perl enum.pl <IP-address> <community> <configfile>\n\n";
+ print "Usage: snmpenum <IP-address> <community> <configfile>\n\n";
exit 1;
}
@@ -132,4 +132,4 @@
}
}
- }
\ No newline at end of file
+ }