Ver código fonte

merged from apt--mvo

Michael Vogt 18 anos atrás
pai
commit
1bc5d775b9
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      cmdline/apt-key

+ 1 - 0
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
 }