summaryrefslogtreecommitdiff
path: root/net/p5-POE-Component-SNMP/patches/patch-aa
blob: 3e7d2e57238d96587246606d87f8cbaa2d04f8de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1.1.1 2005/11/07 11:30:34 martti Exp $

--- Makefile.PL.orig	2005-11-06 06:12:13.000000000 +0200
+++ Makefile.PL	2005-11-06 06:12:45.000000000 +0200
@@ -15,7 +15,7 @@
 exit 0 if -e $CONFIG_FILE;
 
 print "The test suite requires the use of 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');