From ffd99d2ff5950dca979af4267850b795c2693890 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Fri, 15 May 2009 11:09:32 +0200 Subject: [PATCH] lenny is out --- rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc b/rc index 78a4746..9ba0259 100644 --- a/rc +++ b/rc @@ -19,8 +19,8 @@ print_repo_paths() { dinstall() { local dist case "$1" in - stable) dist=etch;; - testing) dist=lenny;; + stable*) dist=lenny;; + testing*) dist=squeeze;; unstable) dist=sid;; experimental|*-backports) dist="$1";; *) echo E: unknown distribution: "$1" >&2; exit 1;; -- 2.39.2