|
|||||||||||
|
Re: secure installation
From: Javier Fernández-Sanguino Peña <jfs(at)computer.org>
Date: Thu Aug 23 2007 - 11:27:01 EDT
I've further investigated this issue. The fact is, the tool that *actually* updates the package database is /etc/cron.daily/apt, that task is installed by Apt, you don't need cron-apt to do it. This cron task uses the Apt::Periodic [1] configuration which is set, for example, in GNOME through the /usr/bin/software-properties application (called in by the desktop System -> Admin ->Software origins -> Updates). Through the GUI you can be set when check for updates (and modify Apt's configuration accordingly). I believe by default, in GNOME, it is configured to download the lists (but no the packages themselves) daily. The fact that update-notifier doesn't work in KDE for you might be because either you don't have installed (or KDE lacks) and application that handles that piece of Apt's configuration for you, or maybe because some other application mangled it. In my /etc/apt/apt.conf.d/10periodic file (file installed by update-manager) I have this: APT::Periodic::Update-Package-Lists "1"; APT::Periodic::Download-Upgradeable-Packages "0"; You probably have something else there? Regards Javier [1] A configuration option of Apt which is used, but currently not documented :) (#438559) -- To UNSUBSCRIBE, email to debian-security-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.orgReceived on Thu Aug 23 11:27:39 2007 This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 07:52:55 EDT |
||||||||||
|
|||||||||||