- print warning if the cache can not be locked (closes: #454561),
thanks to Bastian Kleineidam
# check if we can lock the cache and if the cache is clean
if ! apt-get check -q -q 2>/dev/null; then
++ echo "$0: could not lock the APT cache"
exit 1
fi
[ Michael Vogt ]
* debian/rules
- fix https install location
++ * debian/apt.conf.daily:
++ - print warning if the cache can not be locked (closes: #454561),
++ thanks to Bastian Kleineidam
-- -- Michael Vogt <mvo@debian.org> Wed, 28 Nov 2007 17:10:49 +0100
++ -- Michael Vogt <mvo@debian.org> Thu, 06 Dec 2007 14:38:31 +0100
apt (0.7.9) unstable; urgency=low