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
1 changed files with 6 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue