]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- added axel as download accelerator
authorSÅ‚awomir Paszkiewicz <paszczus@pld-linux.org>
Mon, 11 Jul 2005 13:43:47 +0000 (13:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poldek.conf -> 1.38

poldek.conf

index cbfb4d961c8d64e13ac259d9b5062012eca07d1c..e45854e0cb628ced1c3f63d561a4bc10a3836d95 100644 (file)
@@ -54,7 +54,6 @@ source = th   ftp://ftp.th.pld-linux.org/dists/th/PLD/noarch/RPMS/
 # let the user select package among equivalents; default "no"
 choose_equivalents_manually = yes
 
-
 # prevent kernel* and dev from being upgraded if they are already installed
 #hold = kernel* dev
 
@@ -76,10 +75,12 @@ choose_equivalents_manually = yes
 # proxy server to speed up download. To make use of proxy with poldek set
 # HTTP_PROXY and/or FTP_PROXY environment variables or setup transparent
 # proxy and uncomment one of the lines below. For more info use man
-# {poldek|wget|snarf|squid|ipchains or iptables}
+# {poldek|wget|axel|snarf|squid|ipchains or iptables}
 
 #ftp_get       = /usr/bin/snarf %P %D
+#ftp_get       = /usr/bin/axel -a -o %D %P
 #ftp_get       = /usr/bin/wget --dot-style=binary -P %d %Pn
+#http_get      = /usr/bin/axel -a -o %D %P
 #http_get      = /usr/bin/wget -N --dot-style=binary -P %d %Pn
 #http_get      = /usr/bin/lwp-download %P %D
 #https_get     = /usr/bin/curl %P -o %D
This page took 0.041379 seconds and 4 git commands to generate.