diff options
author | Allan McRae <allan@archlinux.org> | 2013-02-05 01:55:55 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-02-07 01:48:11 +0100 |
commit | 05d83c46fd0ae6fce3e220dd77d113cb448e068f (patch) | |
tree | 339a13fd0689716f16680c6bd2534815cc4eb020 /doc | |
parent | 33b3b6d9b854687f0fc3030eba134aad1485546f (diff) | |
download | pacman-05d83c46fd0ae6fce3e220dd77d113cb448e068f.tar.gz pacman-05d83c46fd0ae6fce3e220dd77d113cb448e068f.tar.xz |
Document LocalFileSigLevel and RemoteFileSigLevel
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pacman.conf.5.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/pacman.conf.5.txt b/doc/pacman.conf.5.txt index 316cd13c..aa280124 100644 --- a/doc/pacman.conf.5.txt +++ b/doc/pacman.conf.5.txt @@ -155,6 +155,14 @@ Options Set the default signature verification level. For more information, see <<SC,Package and Database Signature Checking>> below. +*LocalFileSigLevel =* ...:: + Set the signature verification level for installing packages using the "-U" + operation on a local file. Uses the value from SigLevel as the default. + +*RemoteFileSigLevel =* ...:: + Set the signature verification level for installing packages using the "-U" + operation on a remote file URL. Uses the value from SigLevel as the default. + *UseSyslog*:: Log action messages through syslog(). This will insert log entries into +{localstatedir}/log/messages+ or equivalent. |