Package: apticron
Version: 1.1.12
Severity: normal
Hello,
Apticron is launched with "bash -e", which makes it stop on errors.
The problem is that, if some apt source is unavailable, "apt-get
update" returns an non-zero status, and apticron stops without
checking for upgradable packages. But, there are maybe upgradable
packages from sources that did not fail.
I suggest to add "|| true" to the "apt-get update" command:
# update the package lists
/usr/bin/apt-get -qq update || true
Regards,
Arnaud
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (50, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686-smp
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages apticron depends on:
ii apt-listchanges 2.59-0.2 Display change history from .deb a
ii coreutils 5.2.1-2 The GNU core utilities
ii debconf 1.4.30.13 Debian configuration management sy
ii iproute 20041019-3 Professional tools to control the
ii mailx 1:8.1.2-0.20040524cvs-4 A simple mail user agent
-- debconf information:
* apticron/notification: root
--
Arnaud Giersch
http://info.iut-bm.univ-fcomte.fr/staff/giersch/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]