On Mon, 2002-08-26 at 16:31, Rob Bradford wrote: > http://www.robster.org.uk/files/security-update-check.py
That's an interesting approach. What I do is: #!/bin/sh apt-get -qq update && apt-get -qq -s dist-upgrade in /etc/cron.daily/local_aptupdate. Of course, this mails me if any packages are going to be changed, not just ones from security.d.o. But since my machine runs woody, these are the only changed packages.