[pacman-dev] [PATCH] Document LocalFileSigLevel and RemoveFileSigLevel
Signed-off-by: Allan McRae <allan@archlinux.org> --- doc/pacman.conf.5.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/pacman.conf.5.txt b/doc/pacman.conf.5.txt index f003db9..45a3383 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. -- 1.8.1.2
On Tue, 5 Feb 2013 10:56:24 +1000 Allan McRae <allan@archlinux.org> wrote:
Signed-off-by: Allan McRae <allan@archlinux.org> ---
Small typo in the commit message. RemoveFileSigLevel -> RemoteFileSigLevel
participants (2)
-
Allan McRae
-
Andrew Gregory