From: James Troup Date: Fri, 22 Nov 2002 04:05:59 +0000 (+0000) Subject: Fix Location to match reality X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8d60a2246762353af7e30c5bf3c86dae20dec70;p=dak Fix Location to match reality --- diff --git a/katie.conf-security b/katie.conf-security index 384246c8..7d67b25c 100644 --- a/katie.conf-security +++ b/katie.conf-security @@ -356,17 +356,18 @@ Location /org/security.debian.org/ftp/dists/ { Archive "security"; - Suites - { - Stable; - Testing; - }; Type "legacy"; }; /org/security.debian.org/ftp/pool/ { Archive "security"; + Suites + { + OldStable; + Stable; + Testing; + }; Type "pool"; }; };