From a28b8e187fed67b92a0fb7aeba11b81ff5a24281 Mon Sep 17 00:00:00 2001 From: Xavier Chantry Date: Wed, 13 Aug 2008 23:32:52 +0200 Subject: pacman.conf : add curl example for XferCommand. curl is likely to be available on the majority of systems and supports the file:// protocol. Signed-off-by: Xavier Chantry Signed-off-by: Dan McGee --- etc/pacman.conf.in | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') diff --git a/etc/pacman.conf.in b/etc/pacman.conf.in index 9b822c38..30bfc321 100644 --- a/etc/pacman.conf.in +++ b/etc/pacman.conf.in @@ -17,6 +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 #CleanMethod = KeepInstalled # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup -- cgit v1.2.3