]> git.ipfire.org Git - people/stevee/pakfire.git/commitdiff
Add notice about signatures to configuration file.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 3 Apr 2012 14:25:33 +0000 (16:25 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 3 Apr 2012 14:25:33 +0000 (16:25 +0200)
examples/general.conf

index 40ec06296eb24de56f5fe7b230f84ba3a7e944a0..8c20812e47f51f092a60711b88344bb97f794860 100644 (file)
 # 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