diff options
author | Dan McGee <dan@archlinux.org> | 2011-08-15 13:08:24 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-08-15 13:08:24 -0500 |
commit | 88bd1cec778f37f2d58437221de28dec9d401b7e (patch) | |
tree | 0de3c799c0d6e807e5374818e40a971017cc1224 | |
parent | 82ffe2cbfd83ca8b5723f4ac1c35e4b9da599106 (diff) |
Add short example signature config to pacman.conf
This is similar to what we do with every other option.
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | etc/pacman.conf.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/pacman.conf.in b/etc/pacman.conf.in index 1d49fd71..b9595ef7 100644 --- a/etc/pacman.conf.in +++ b/etc/pacman.conf.in @@ -36,6 +36,9 @@ Architecture = auto #CheckSpace #VerbosePkgLists +# PGP signature checking +#SigLevel = Optional + # # REPOSITORIES # - can be defined here or included from another file @@ -60,6 +63,7 @@ Architecture = auto # servers immediately after the header and they will be used before the # default mirrors. #[core] +#SigLevel = Required #Server = ftp://ftp.example.com/foobar/$repo/os/$arch/ # The file referenced here should contain a list of 'Server = ' lines. #Include = @sysconfdir@/pacman.d/mirrorlist @@ -67,5 +71,6 @@ Architecture = auto # An example of a custom package repository. See the pacman manpage for # tips on creating your own repositories. #[custom] +#SigLevel = Optional TrustAll #Server = file:///home/custompkgs |