summaryrefslogtreecommitdiff
path: root/net/p5-POE-Component-SNMP/patches/patch-aa
blob: 5341165f271f17b6b9681e2de435b4d9664e547f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.2 2006/10/16 09:32:53 martti Exp $

--- 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');