Explorar o código

cmdline/apt-key: add explaination when importing new keys

Michael Vogt %!s(int64=18) %!d(string=hai) anos
pai
achega
8dd0686e56
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      cmdline/apt-key

+ 1 - 0
cmdline/apt-key

@@ -72,6 +72,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
 }
 }