diff options
author | Dan McGee <dan@archlinux.org> | 2011-10-05 23:43:21 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-10-05 23:44:11 -0500 |
commit | 524847145d3977b8eed6203ae280906aaceca28b (patch) | |
tree | c742195d4de6ac535b1d493588d07eede9c85167 | |
parent | a8ca9b93f8efbbca2311cb0b99d9bd31c1636527 (diff) |
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 <dan@archlinux.org>
-rw-r--r-- | etc/pacman.conf.in | 6 |
1 files changed, 3 insertions, 3 deletions
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 |