diff options
author | Pang Yan Han <pangyanhan@gmail.com> | 2011-05-28 22:37:32 +0800 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-06-01 12:13:43 -0500 |
commit | fe9804a96d9e50a44e549c7be9189152e20893c5 (patch) | |
tree | 1ce786ce7560cb1269818a8aae20b2d2411458c7 /etc | |
parent | 7b261675801822a1c5922dd982f012f91dd737f8 (diff) | |
download | pacman-fe9804a96d9e50a44e549c7be9189152e20893c5.tar.xz |
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>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/pacman.conf.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/pacman.conf.in b/etc/pacman.conf.in index 7b8501c7..1d49fd71 100644 --- a/etc/pacman.conf.in +++ b/etc/pacman.conf.in @@ -13,6 +13,7 @@ #DBPath = @localstatedir@/lib/pacman/ #CacheDir = @localstatedir@/cache/pacman/pkg/ #LogFile = @localstatedir@/log/pacman.log +#GPGDir = @sysconfdir@/pacman.d/gnupg/ HoldPkg = pacman glibc # If upgrades are available for these packages they will be asked for first SyncFirst = pacman |