diff options
author | Xavier Chantry <shiningxc@gmail.com> | 2009-11-14 17:12:06 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-11-15 19:20:21 -0600 |
commit | fb310fc01ed752b4e046138c3695f5482ca54e16 (patch) | |
tree | 59f270dc23ac8ff4ab8c4093b487fd38a71d82e7 /etc | |
parent | 77023978c568dbb912f9c103cbe14d32153c6f89 (diff) | |
download | pacman-fb310fc01ed752b4e046138c3695f5482ca54e16.tar.xz |
pacman.conf : enable resuming for curl
Signed-off-by: Xavier Chantry <shiningxc@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/pacman.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pacman.conf.in b/etc/pacman.conf.in index fc841b70..32071196 100644 --- a/etc/pacman.conf.in +++ b/etc/pacman.conf.in @@ -17,7 +17,7 @@ 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 %u > %o +#XferCommand = /usr/bin/curl -C - %u > %o #CleanMethod = KeepInstalled Architecture = auto |