diff options
author | Michael Vogt <egon@bottom> | 2007-12-06 14:58:20 +0100 |
---|---|---|
committer | Michael Vogt <egon@bottom> | 2007-12-06 14:58:20 +0100 |
commit | ee10ecfe2f815d7681b81f74d1c840176f6b9f16 (patch) | |
tree | bfdbf2f4ff35b79bf373b76ea6d237076db6ff2c /debian/apt.cron.daily | |
parent | 7ce6bd6a759c4bcb9682bc9cc99cb8e37314bdcd (diff) | |
parent | 37bb96cc5991b4e762264a5dcb073bfeb3a48455 (diff) |
* debian/apt.conf.daily:
- print warning if the cache can not be locked (closes: #454561),
thanks to Bastian Kleineidam
Diffstat (limited to 'debian/apt.cron.daily')
-rw-r--r-- | debian/apt.cron.daily | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/apt.cron.daily b/debian/apt.cron.daily index 5524c16ee..1d4df56b6 100644 --- a/debian/apt.cron.daily +++ b/debian/apt.cron.daily @@ -172,6 +172,7 @@ fi # 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 |