From: Frank Lichtenheld Date: Fri, 13 Apr 2007 19:20:33 +0000 (+0200) Subject: syncarchive_installer: Don't skip oldstable, sarge has an installer X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=commitdiff_plain;h=22aa4548b7518a5bb5245a622bd62a836ccc4d9b;ds=sidebyside syncarchive_installer: Don't skip oldstable, sarge has an installer --- 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