From fb310fc01ed752b4e046138c3695f5482ca54e16 Mon Sep 17 00:00:00 2001 From: Xavier Chantry Date: Sat, 14 Nov 2009 17:12:06 +0100 Subject: pacman.conf : enable resuming for curl Signed-off-by: Xavier Chantry Signed-off-by: Dan McGee --- etc/pacman.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') 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 -- cgit v1.2.3-24-g4f1b