mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2025-02-02 20:08:28 +00:00
Show only version of pinentry
pinentry --version invocation includes License information. As the same applies for gpg, and the information is not displayed there, we should the same with pinentry. And tomb doesn't deal with the gpg sourcecode in any way. This closes #300
This commit is contained in:
parent
74689ea484
commit
61fdab85be
2
tomb
2
tomb
@ -3106,7 +3106,7 @@ main() {
|
|||||||
cat <<EOF
|
cat <<EOF
|
||||||
`sudo -V | head -n1`
|
`sudo -V | head -n1`
|
||||||
`cryptsetup --version`
|
`cryptsetup --version`
|
||||||
`pinentry --version`
|
`pinentry --version | head -n1`
|
||||||
`findmnt -V`
|
`findmnt -V`
|
||||||
`gpg --version | head -n1` - key forging algorithms (GnuPG symmetric ciphers):
|
`gpg --version | head -n1` - key forging algorithms (GnuPG symmetric ciphers):
|
||||||
`list_gnupg_ciphers`
|
`list_gnupg_ciphers`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user