From 1f3b0f8a640d948849181fe07f4a5fe4431e95b9 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 24 Sep 2010 13:25:36 +0200 Subject: Fixups for Lenny Cope with older apt_pkg and don't substitute disto_id, distro_codename due to the lack of the lsb_release python module --- apt/20services | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apt') diff --git a/apt/20services b/apt/20services index f9f4147..9cc6cf6 100644 --- a/apt/20services +++ b/apt/20services @@ -3,6 +3,6 @@ Whatmaps::Enable-Restart "0"; // What updates are considered security updates Whatmaps::Security-Update-Origins { - "${distro_id} stable"; - "${distro_id} ${distro_codename}-security"; + "Debian stable"; + "Debian stable-security"; }; -- cgit v1.2.3