From a2b3705eeb436318f667baa708ea38609f84b7d9 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 3 Apr 2012 16:25:33 +0200 Subject: [PATCH] Add notice about signatures to configuration file. --- examples/general.conf | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.39.5