summaryrefslogtreecommitdiffstats
path: root/etc/periodic
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2001-04-28 16:15:50 +0000
committerjoe <joe@FreeBSD.org>2001-04-28 16:15:50 +0000
commit4d0c552ae141c7873d4c55776a255876f5d33637 (patch)
tree1f183166c1d0f6619f65752331bbb95f35c19fcb /etc/periodic
parent92fb2502f893e308023919e914f294eef53f3a1b (diff)
downloadFreeBSD-src-4d0c552ae141c7873d4c55776a255876f5d33637.zip
FreeBSD-src-4d0c552ae141c7873d4c55776a255876f5d33637.tar.gz
Remind the user that they need to check CPAN manually for updates
to perl5 modules installed by hand.
Diffstat (limited to 'etc/periodic')
-rwxr-xr-xetc/periodic/weekly/400.status-pkg1
1 files changed, 1 insertions, 0 deletions
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)
OpenPOWER on IntegriCloud