index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-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 |