T. Joseph CARTER wrote:

> I don't want silent updates--I want to know when an update is needed and
> to see what is updated before I approve it.

That's exactly what I do.

    $ cat /etc/cron-apt/action.d/3-download
    upgrade -d -u -y
    autoclean -y

The first line turns into "apt-get upgrade -d -u -y", which
downloads .deb files but doesn't install them.

-- 
Bob Miller                              K<bob>
                                        [EMAIL PROTECTED]
_______________________________________________
EUGLUG mailing list
[email protected]
http://www.euglug.org/mailman/listinfo/euglug

Reply via email to