Update pacman manpage and pacman.conf for gpgdir

pacman.8.txt --gpgdir section is updated based on the pacman.conf manpage

pacman.conf is updated to include the default GPGDir

Signed-off-by: Pang Yan Han <pangyanhan@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Pang Yan Han 2011-05-28 22:37:32 +08:00 committed by Dan McGee
parent 7b26167580
commit fe9804a96d
2 changed files with 7 additions and 5 deletions

View file

@ -150,11 +150,12 @@ Options
to be used. to be used.
*\--gpgdir* <dir>:: *\--gpgdir* <dir>::
Specify a directory of files used by GnuPG to verify package signatures. Specify a directory of files used by GnuPG to verify package signatures (a
This directory should contain two files: `pubring.gpg` and `trustdb.gpg`. typical default is +{sysconfdir}/pacman.d/gnupg+). This directory should contain
`pubring.gpg` holds the public keys of all packagers. `trustdb.gpg` two files: `pubring.gpg` and `trustdb.gpg`. `pubring.gpg` holds the public keys
contains a so-called trust database, which specifies that the keys are of all packagers. `trustdb.gpg` contains a so-called trust database, which
authentic and trusted. specifies that the keys are authentic and trusted. *NOTE*: this is an absolute
path, the root path is not automatically prepended.
*\--logfile* <file>:: *\--logfile* <file>::
Specify an alternate log file. This is an absolute path, regardless of Specify an alternate log file. This is an absolute path, regardless of

View file

@ -13,6 +13,7 @@
#DBPath = @localstatedir@/lib/pacman/ #DBPath = @localstatedir@/lib/pacman/
#CacheDir = @localstatedir@/cache/pacman/pkg/ #CacheDir = @localstatedir@/cache/pacman/pkg/
#LogFile = @localstatedir@/log/pacman.log #LogFile = @localstatedir@/log/pacman.log
#GPGDir = @sysconfdir@/pacman.d/gnupg/
HoldPkg = pacman glibc HoldPkg = pacman glibc
# If upgrades are available for these packages they will be asked for first # If upgrades are available for these packages they will be asked for first
SyncFirst = pacman SyncFirst = pacman