Explorar el Código

merged from apt--mvo

Michael Vogt hace 18 años
padre
commit
1bc5d775b9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      cmdline/apt-key

+ 1 - 0
cmdline/apt-key

@@ -69,6 +69,7 @@ net_update() {
     fi
     fi
     new_mtime=$(stat -c %Y $keyring)
     new_mtime=$(stat -c %Y $keyring)
     if [ $new_mtime -ne $old_mtime ]; then
     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
 	add_keys_with_verify_against_master_keyring $keyring $MASTER_KEYRING
     fi
     fi
 }
 }