X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=cron.d%2F050checkinst;h=9dc6689d5db49af1cbb84539a87cea34c2de86e7;hp=fff00880bc47b74581e1f4ecd1a5b87f69ffee00;hb=ffcfab48fa7474cb9eb33661eaf34544bfc8fa4e;hpb=913350711bb4e883abdfea05eca567f5dda1ee11 diff --git a/cron.d/050checkinst b/cron.d/050checkinst index fff0088..9dc6689 100755 --- a/cron.d/050checkinst +++ b/cron.d/050checkinst @@ -1,9 +1,11 @@ #! /bin/sh +. `dirname $0`/../config.sh + # Test whether all required packages are installed and generate a mail # if they aren't, so that the admin is informed. -required="subversion gettext locales rsync dpkg-dev procmail" +required="git-core gettext locales rsync dpkg-dev procmail" required="$required libcompress-zlib-perl" required="$required libhtml-parser-perl libio-stringy-perl" required="$required liblocale-gettext-perl libmldbm-perl"