[pacman-dev] [PATCH] pacman.conf : enable resuming for curl
Signed-off-by: Xavier Chantry <shiningxc@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
On Sat, Nov 14, 2009 at 5:13 PM, Xavier Chantry <shiningxc@gmail.com> wrote:
Signed-off-by: Xavier Chantry <shiningxc@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.
Xavier wrote:
On Sat, Nov 14, 2009 at 5:13 PM, Xavier Chantry <shiningxc@gmail.com> wrote:
Signed-off-by: Xavier Chantry <shiningxc@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
participants (3)
-
Allan McRae
-
Xavier
-
Xavier Chantry