]> git.donarmstrong.com Git - infobot.git/commitdiff
converted to new gCCD
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 3 Feb 2001 15:06:47 +0000 (15:06 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 3 Feb 2001 15:06:47 +0000 (15:06 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@322 c11ca15a-4712-0410-83d8-924469b57eb5

src/Modules/Debian.pl

index 21c92150231e8b3e67d0b82cb55dcc8e938037b4..8ddd66d89ae956ffafbe9663572ebdaf3bcb4aee 100644 (file)
@@ -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",