--- /usr/lib/portage/bin/etc-update 2005-10-13 11:11:56.000000000 +0200 +++ ./etc-update 2005-10-30 13:48:18.932199720 +0100 @@ -345,6 +345,13 @@ Please select from the menu above (-1 to function die() { trap "" term trap "" kill + + if [ ${2} -eq 0 ]; then + scan >/dev/null + if [ ${count} -gt 0 ]; then + echo "NOTICE: ${count} update file(s) still present." + fi + fi echo "Exiting: ${1}" rm -rf ${TMP} exit ${2}