]> 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:41:09 +0000 (13:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poldek.conf -> 1.35.2.1

poldek.conf

index 0debfb6870f44b9fa5ad91a215b15bacfac05b1e..c1ad139fb374eaeb944d94583a73efcc0f3bf121 100644 (file)
@@ -59,7 +59,6 @@ source = ac-supported,noauto  ftp://ftp.%ARCH%.ac.pld-linux.org/dists/ac/supporte
 # 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
 
@@ -81,11 +80,13 @@ 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/wget -N --dot-style=binary -P %d %Pn
+#http_get      = /usr/bin/axel -a -o %D %P
 #http_get      = /usr/bin/lwp-download %P %D
 #https_get     = /usr/bin/curl %P -o %D
 #rsync_get     = /usr/bin/rsync -v %P %d
This page took 0.045003 seconds and 4 git commands to generate.