diff options
author | Xavier Chantry <shiningxc@gmail.com> | 2008-08-13 23:32:52 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-08-13 21:13:16 -0500 |
commit | a28b8e187fed67b92a0fb7aeba11b81ff5a24281 (patch) | |
tree | 9ba75ead4b7c56e9b6c894a78026e4fef1e85396 | |
parent | 89c2c51964d5e4f297e767befb56a65c18dc3d6f (diff) | |
download | pacman-a28b8e187fed67b92a0fb7aeba11b81ff5a24281.tar.xz |
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 <shiningxc@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | etc/pacman.conf.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |