From: =?utf-8?q?Guido_G=C3=BCnther?= Date: Tue, 30 Jun 2015 09:22:13 +0200 Subject: Add oldstable and oldoldstable to checked distributions We don't want to stop security update related service restarts once stable turns int oldstable turns into oldoldstable. --- apt/20services | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apt/20services b/apt/20services index f9f4147..613bfdc 100644 --- a/apt/20services +++ b/apt/20services @@ -4,5 +4,7 @@ Whatmaps::Enable-Restart "0"; // What updates are considered security updates Whatmaps::Security-Update-Origins { "${distro_id} stable"; + "${distro_id} oldstable"; + "${distro_id} oldoldstable"; "${distro_id} ${distro_codename}-security"; };