From 4d0c552ae141c7873d4c55776a255876f5d33637 Mon Sep 17 00:00:00 2001 From: joe Date: Sat, 28 Apr 2001 16:15:50 +0000 Subject: Remind the user that they need to check CPAN manually for updates to perl5 modules installed by hand. --- etc/periodic/weekly/400.status-pkg | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/periodic/weekly/400.status-pkg') diff --git a/etc/periodic/weekly/400.status-pkg b/etc/periodic/weekly/400.status-pkg index d3e5b87..1a1d526 100755 --- a/etc/periodic/weekly/400.status-pkg +++ b/etc/periodic/weekly/400.status-pkg @@ -20,6 +20,7 @@ case "$weekly_status_pkg_enable" in sed -n -e 's/^\([^ ]*\) *< */ \1 /p' \ -e '/^[^ ]*-\([^ ]*\) *\* *multiple versions.*[ ,]\1[,)].*/d' \ -e 's/^\([^ ]*\) *\* *multiple versions.*\((.*\)/ \1 needs updating \2/p' \ + -e 's/^\(bsdpan-[^ ]*\) *? *unknown in index/ \1 may be outdated - check CPAN version manually/p' \ -e 's/^\([^ ]*-[^ ]*\) *? *unknown in index/ \1 is obsolete/p' | tee /dev/stderr | wc -l) -- cgit v1.1