pacman-key: remove lock-never from keyring configuration
I'm not sure why this was originally included, but it has now become a problem with multiple processes updating the keyring (e.g. the systemd timer for WKD updates from Arch Linux). Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
dba383f092
commit
1d1bb6fa1a
1 changed files with 0 additions and 1 deletions
|
@ -237,7 +237,6 @@ initialize() {
|
||||||
chmod 644 "$conffile"
|
chmod 644 "$conffile"
|
||||||
add_gpg_conf_option "$conffile" 'no-greeting'
|
add_gpg_conf_option "$conffile" 'no-greeting'
|
||||||
add_gpg_conf_option "$conffile" 'no-permission-warning'
|
add_gpg_conf_option "$conffile" 'no-permission-warning'
|
||||||
add_gpg_conf_option "$conffile" 'lock-never'
|
|
||||||
add_gpg_conf_option "$conffile" 'keyserver-options' 'timeout=10'
|
add_gpg_conf_option "$conffile" 'keyserver-options' 'timeout=10'
|
||||||
add_gpg_conf_option "$conffile" 'keyserver-options' 'import-clean'
|
add_gpg_conf_option "$conffile" 'keyserver-options' 'import-clean'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue