From: dms Date: Sat, 3 Feb 2001 15:06:47 +0000 (+0000) Subject: converted to new gCCD X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bc7f145a419f1a292949ac87352fcbb27d18a6de;p=infobot.git converted to new gCCD git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@322 c11ca15a-4712-0410-83d8-924469b57eb5 --- 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",