From ebce5aab63f0e67397523aa3251289f7d5a1c715 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Sat, 12 May 2012 20:27:32 +0200 Subject: =?UTF-8?q?Use=20port=206419=20for=20SVDRP=20in=20autotimer2search?= =?UTF-8?q?timer=20by=20default,=20thanks=20to=20Ville=20Skytt=C3=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/autotimer2searchtimer.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/autotimer2searchtimer.pl b/scripts/autotimer2searchtimer.pl index c068b39..da5197e 100755 --- a/scripts/autotimer2searchtimer.pl +++ b/scripts/autotimer2searchtimer.pl @@ -50,7 +50,7 @@ my $SENDSVDRP = $opt_s ? 1 : 0; my $EnableRegex = $opt_r ? 1 : 0; my $Searchmode = defined $opt_m ? $opt_m : 1; my $Dest = $opt_d ? $opt_d : "localhost"; -my $Port = $opt_p ? $opt_p : 2001; +my $Port = $opt_p ? $opt_p : 6419; my $Timeout = 30; # max. seconds to wait for svdrp response -- cgit v1.2.3