From 524847145d3977b8eed6203ae280906aaceca28b Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 5 Oct 2011 23:43:21 -0500 Subject: Enable CheckSpace by default in default config file This will have to be picked up downstream of course, but addresses FS#25684 now that this is a lot faster in 4.0 than it was in the original 3.5 implementation. Also make curl the first XferCommand listed, as we are moving away from any other download program at this point. Signed-off-by: Dan McGee --- etc/pacman.conf.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc') diff --git a/etc/pacman.conf.in b/etc/pacman.conf.in index b9595ef7..932140f4 100644 --- a/etc/pacman.conf.in +++ b/etc/pacman.conf.in @@ -17,8 +17,8 @@ HoldPkg = pacman glibc # If upgrades are available for these packages they will be asked for first SyncFirst = pacman -#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u #XferCommand = /usr/bin/curl -C - -f %u > %o +#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u #CleanMethod = KeepInstalled Architecture = auto @@ -29,11 +29,11 @@ Architecture = auto #NoUpgrade = #NoExtract = -# Misc options (all disabled by default) +# Misc options #UseSyslog #UseDelta #TotalDownload -#CheckSpace +CheckSpace #VerbosePkgLists # PGP signature checking -- cgit v1.2.3-24-g4f1b