diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-05-05 10:58:39 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-05-05 10:58:39 +0200 |
commit | 1171258afb052c3ddcb4e5dc3f19b4ec1b29e4b9 (patch) | |
tree | a460298f6746b0b0c0b6a4229ca9283cdbb7b4f3 /cmdline | |
parent | d072e0458951c6166adb334158d0002a4e53a3c5 (diff) |
* added debian/README.source
Diffstat (limited to 'cmdline')
-rwxr-xr-x | cmdline/apt-key | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/apt-key b/cmdline/apt-key index bf1a5fefb..3f886987e 100755 --- a/cmdline/apt-key +++ b/cmdline/apt-key @@ -86,7 +86,7 @@ update() { # add new keys from the package; # we do not use add_keys_with_verify_against_master_keyring here, - # because we "update" is run on regular package updates. A + # because "update" is run on regular package updates. A # attacker might as well replace the master-archive-keyring file # in the package and add his own keys. so this check wouldn't # add any security. we *need* this check on net-update though |