From: Michael Tremer Date: Tue, 3 Apr 2012 14:25:33 +0000 (+0200) Subject: Add notice about signatures to configuration file. X-Git-Tag: 0.9.22~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a2b3705eeb436318f667baa708ea38609f84b7d9;p=pakfire.git Add notice about signatures to configuration file. --- diff --git a/examples/general.conf b/examples/general.conf index 40ec06296..8c20812e4 100644 --- a/examples/general.conf +++ b/examples/general.conf @@ -36,3 +36,11 @@ # You may disable any kind of download action. # Howevery, pakfire won't be fully functionable. #offline = False + +[signatures] +# Sets the mode of the signature verification. +# Possible options: strict, permissive, disabled. +# strict breaks when a signature could not be successfully +# verified. permissive goes on and prints warnings. +# disabled skips signature verification. +#mode = strict