[pacman-dev] [PATCH] pacman.conf : enable resuming for curl
Allan McRae
allan at archlinux.org
Sat Nov 14 23:43:22 EST 2009
Xavier wrote:
> On Sat, Nov 14, 2009 at 5:13 PM, Xavier Chantry <shiningxc at gmail.com> wrote:
>> Signed-off-by: Xavier Chantry <shiningxc at gmail.com>
>> ---
>> 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 fc841b7..3207119 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
>>
>> --
>> 1.6.5.2
>>
>>
>
> Maybe the config in the arch package could be updated as well with that.
>
This makes sense... strange that we had wget continuing but no curl.
Allan
More information about the pacman-dev
mailing list