X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=cron.d%2F050checkinst;h=dd5bf295a401cf62a31d9e72c0834668e254ca69;hp=559de6a914b4aa5fd2777279225206cf5d226f8c;hb=968f38c2e3b7d6f606083afa95774309ef8e353e;hpb=70f1a38b1411b55f7690bdd42800038c27040dd5;ds=sidebyside diff --git a/cron.d/050checkinst b/cron.d/050checkinst index 559de6a..dd5bf29 100755 --- a/cron.d/050checkinst +++ b/cron.d/050checkinst @@ -5,25 +5,13 @@ # Test whether all required packages are installed and generate a mail # if they aren't, so that the admin is informed. -locales="de_DE.UTF-8 en_US.UTF-8 nl_NL fr_FR.UTF-8 uk_UA.UTF-8" - packages=`tempfile` -locs=`tempfile` cache=`tempfile` trap "rm -f $packages $locs" INT EXIT cd $topdir dpkg-checkbuilddeps >> $packages 2>&1 -for l in $locales -do - if ! grep -q "^$l" /etc/locale.gen - then - echo "Locale $l missing." >> $locs - echo >> $locs - fi -done - if [ -n "$cachedir" ] then if [ ! -d "$cachedir" ] @@ -39,7 +27,7 @@ then fi fi -if [ -s $packages -o -s $locs -o -s $cache ] +if [ -s $packages -o -s $cache ] then ( echo "Subject: Problem packages.debian.org on `hostname -s`"