From bdab234d977dd2e9417a39f5191e495d5c460ee7 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 5 Nov 2007 21:20:16 -0600 Subject: 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 --- etc/pacman.conf.in | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 -- cgit v1.2.3-54-g00ecf