385abd9fb1
1.10 Fri Jul 25 01:39:08 PDT 2008 - lots of small fixes 1.1001 Fri Aug 1 01:58:09 PDT 2008 - nope, still didn't get it right. left a stray dependency. changed my version system because I seem to do this alot. now releasing version 1.1001. I'm hoping I don't have to release version 1.1002 tomorrow. :)
15 lines
500 B
Text
15 lines
500 B
Text
$NetBSD: patch-aa,v 1.3 2008/08/12 09:41:37 martti Exp $
|
|
|
|
Make this pkgsrc friendly.
|
|
|
|
--- Makefile.PL.orig 2006-04-17 21:55:33.000000000 +0000
|
|
+++ Makefile.PL 2006-10-16 12:31:34.000000000 +0000
|
|
@@ -22,7 +22,7 @@
|
|
# my $DEBUG_FLAG = 0xFF; # everything
|
|
|
|
print "The test suite requires access to an SNMP agent.\n";
|
|
-my $hostname = prompt("enter a hostname [leave empty to skip all tests]");
|
|
+my $hostname = "";
|
|
|
|
if ($hostname) {
|
|
my $rcomm = prompt("enter read community string", 'public');
|