From 22aa4548b7518a5bb5245a622bd62a836ccc4d9b Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Fri, 13 Apr 2007 21:20:33 +0200 Subject: [PATCH] syncarchive_installer: Don't skip oldstable, sarge has an installer --- cron.d/100syncarchive_installer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cron.d/100syncarchive_installer b/cron.d/100syncarchive_installer index 61e6932..396b249 100755 --- a/cron.d/100syncarchive_installer +++ b/cron.d/100syncarchive_installer @@ -13,7 +13,7 @@ then for dist in ${dists} do - if [ $dist = oldstable -o $dist = experimental ]; then + if [ $dist = experimental ]; then continue fi @@ -34,7 +34,7 @@ else for dist in ${dists} do - if [ $dist = oldstable -o $dist = experimental ]; then + if [ $dist = experimental ]; then continue fi -- 2.39.2