diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-01-31 23:23:48 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-01-31 23:23:48 +0000 |
commit | 334bf2308836e855ed6661ba1c129f7fd5b200a2 (patch) | |
tree | 4573246a346d8ae375090b29f7634c3a8a7448c5 /conf | |
parent | 52f5dc20a540a26dd3661358c780bc1466ebe7f7 (diff) | |
download | simplepkg-334bf2308836e855ed6661ba1c129f7fd5b200a2.tar.gz simplepkg-334bf2308836e855ed6661ba1c129f7fd5b200a2.tar.bz2 |
simplaret: file retrieval enhancements
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@135 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'conf')
-rw-r--r-- | conf/simplepkg.conf.new | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/simplepkg.conf.new b/conf/simplepkg.conf.new index e1b989d..bf62450 100644 --- a/conf/simplepkg.conf.new +++ b/conf/simplepkg.conf.new @@ -46,8 +46,12 @@ STORAGE="/var/simplaret/packages" # to enable it, set to "1" or "yes" PASSIVE_FTP="1" +# http retrieval tool +# available parameters are "wget" or "curl" +HTTP_TOOL="wget" + # ftp retrieval tool -# available parameters are "wget" or "ncftpget" +# available parameters are "wget", "curl" or "ncftpget" FTP_TOOL="wget" # set connection timeout in seconds |