diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-02-13 19:54:02 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-02-13 19:54:02 +0100 |
commit | 1bc5d775b911e64e2f1e9e12539496ce13dd0945 (patch) | |
tree | 68ce65c58c727e9d1fdc411e83e280843bc3d6b8 | |
parent | fd9a8ca2ed30994a7946acbf54f25d27fe2b10cb (diff) | |
parent | 8dd0686e564c5c321b2dd20f8ceaa7c0d72405b1 (diff) |
merged from apt--mvo
-rwxr-xr-x | cmdline/apt-key | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmdline/apt-key b/cmdline/apt-key index 7d6f9c589..77a2a4623 100755 --- a/cmdline/apt-key +++ b/cmdline/apt-key @@ -69,6 +69,7 @@ net_update() { fi new_mtime=$(stat -c %Y $keyring) if [ $new_mtime -ne $old_mtime ]; then + echo "Checking for new archive signing keys now" add_keys_with_verify_against_master_keyring $keyring $MASTER_KEYRING fi } |