From bc7f145a419f1a292949ac87352fcbb27d18a6de Mon Sep 17 00:00:00 2001 From: dms Date: Sat, 3 Feb 2001 15:06:47 +0000 Subject: [PATCH] converted to new gCCD git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@322 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/Modules/Debian.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Modules/Debian.pl b/src/Modules/Debian.pl index 21c9215..8ddd66d 100644 --- a/src/Modules/Debian.pl +++ b/src/Modules/Debian.pl @@ -12,8 +12,8 @@ use strict; # format: "alias=real". my $announce = 0; my $defaultdist = "unstable"; -my $refresh = &::getChanConfDefault("debianRefreshInterval", - undef, 7) * 60 * 60 * 24; +my $refresh = &::getChanConfDefault("debianRefreshInterval",7) + * 60 * 60 * 24; my %dists = ( "unstable" => "sid", -- 2.39.2