index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2007-11-05 21:20:16 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-11-05 22:09:05 -0600 |
commit | bdab234d977dd2e9417a39f5191e495d5c460ee7 (patch) | |
tree | 59e2e0adb6e8f3bf165bfa102f31c805230d715c | |
parent | 52b7fd81f55c3f27823c824da4d70c6edabefb52 (diff) |
-rw-r--r-- | etc/pacman.conf.in | 10 |
diff --git a/etc/pacman.conf.in b/etc/pacman.conf.in index 7a775bfe..a072db13 100644 --- a/etc/pacman.conf.in +++ b/etc/pacman.conf.in @@ -7,10 +7,12 @@ # GENERAL OPTIONS # [options] -RootDir = @ROOTDIR@ -DBPath = @localstatedir@/lib/pacman/ -CacheDir = @localstatedir@/cache/pacman/pkg/ -LogFile = @localstatedir@/log/pacman.log +# The following paths are commented out with their default values listed. +# If you wish to use different paths, uncomment and update the paths. +#RootDir = @ROOTDIR@ +#DBPath = @localstatedir@/lib/pacman/ +#CacheDir = @localstatedir@/cache/pacman/pkg/ +#LogFile = @localstatedir@/log/pacman.log HoldPkg = pacman glibc #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u |