From 804e2505cf4474791537a9f0ae8e9b6c274cb0c2 Mon Sep 17 00:00:00 2001 From: Pang Yan Han Date: Tue, 19 Jul 2011 20:52:07 +0800 Subject: pacman-key: Add --import and --import-trustdb Currently, pacman-key allows the user to import their keys using the --add option. However, no similar functionality exists for importing ownertrust values. The --import-trustdb option takes a list of directories and imports ownertrust values if the directories have a trustdb.gpg database. The --import option takes a list of directories and imports keys from pubring.gpg and ownertrust values from trustdb.gpg. Think of it as a combination of --add and --import-trustdb Signed-off-by: Pang Yan Han Signed-off-by: Allan McRae Signed-off-by: Dan McGee --- doc/pacman-key.8.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/pacman-key.8.txt') diff --git a/doc/pacman-key.8.txt b/doc/pacman-key.8.txt index cf72b83c..14f3cb9e 100644 --- a/doc/pacman-key.8.txt +++ b/doc/pacman-key.8.txt @@ -60,6 +60,13 @@ Options *-h, \--help*:: Output syntax and command line options. +*--import* :: + Adds keys from pubring.gpg into pacman's keyring and imports ownertrust + values from trustdb.gpg in the specified directories. + +*--import-dirs* :: + Imports ownertrust values from trustdb.gpg in the specified directories. + *--init*:: Ensure the keyring is properly initialized and has the required access permissions. -- cgit v1.2.3-54-g00ecf