summaryrefslogtreecommitdiff
path: root/apt
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-09-24 13:25:36 +0200
committerGuido Günther <agx@sigxcpu.org>2010-09-25 15:47:57 +0200
commit1f3b0f8a640d948849181fe07f4a5fe4431e95b9 (patch)
tree780abd32a26d199ad7383d321b63f62f9c31fa90 /apt
parent050d3b21bf30bbd6f60d4819600c7d1550e4e5fd (diff)
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
Diffstat (limited to 'apt')
-rw-r--r--apt/20services4
1 files changed, 2 insertions, 2 deletions
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";
};