mirror of
https://github.com/moparisthebest/pacman
synced 2025-02-28 09:21:53 -05:00
Comment out paths by default in pacman.conf
Now that all paths are defined to reasonable defaults at compile time by pacman, we shouldn't force users to have RootDir, DBPath, etc. in their default pacman.conf although these options are always available. Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
52b7fd81f5
commit
bdab234d97
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user