diff options
author | intrigeri <intrigeri@boum.org> | 2010-12-11 09:30:51 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2010-12-11 09:30:51 +0100 |
commit | 5e94f0707c2e77f73444a88844bc800124d6e05e (patch) | |
tree | c3cabd14404b669a5f4c73c17b24ef0c0bfe0b57 /files | |
parent | 6596641bb12e3d94dbf707759b042bc7b3b476ae (diff) |
Update comment: Squeeze's unattended-upgrades 0.62 still does not support wildcards.
Diffstat (limited to 'files')
-rw-r--r-- | files/50unattended-upgrades | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/50unattended-upgrades b/files/50unattended-upgrades index d9535bc..fbab858 100644 --- a/files/50unattended-upgrades +++ b/files/50unattended-upgrades @@ -22,7 +22,7 @@ Unattended-Upgrade::Package-Blacklist { "linux-image-*"; - // unfortunately there seems to be a bug in unattended-upgrades <= 0.25.1 that wildcards aren't recognized: + // unfortunately there seems to be a bug in unattended-upgrades <= 0.62 that wildcards aren't recognized: //2009-12-11 13:41:43,267 INFO Initial blacklisted packages: linux-image-* //2009-12-11 13:41:43,267 INFO Starting unattended upgrades script //2009-12-11 13:41:43,267 INFO Allowed origins are: ["['Debian', 'stable']", "['Debian-Security', 'stable']"] |