aboutsummaryrefslogtreecommitdiff
path: root/conf/simplepkg.conf.new
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-01-23 13:16:19 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-01-23 13:16:19 +0000
commit640fab565d59163048976a215188aa90ce0f5fcb (patch)
treeb4cf0885988e33ba581d0749e00d4e1596528847 /conf/simplepkg.conf.new
parent7d475294da550148c62373bb3e0b87614208ef0b (diff)
downloadsimplepkg-640fab565d59163048976a215188aa90ce0f5fcb.tar.gz
simplepkg-640fab565d59163048976a215188aa90ce0f5fcb.tar.bz2
simplaret: added ncftpget and timeout support, small changes
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@113 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'conf/simplepkg.conf.new')
-rw-r--r--conf/simplepkg.conf.new7
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/simplepkg.conf.new b/conf/simplepkg.conf.new
index 53c4d5a..028e4d3 100644
--- a/conf/simplepkg.conf.new
+++ b/conf/simplepkg.conf.new
@@ -50,6 +50,13 @@ STORAGE="/var/simplaret/packages"
# to enable it, set to "1" or "yes"
PASSIVE_FTP="1"
+# ftp retrieval tool
+# available parameters are "wget" or "ncftpget"
+FTP_TOOL="wget"
+
+# set connection timeout in seconds
+CONNECT_TIMEOUT="20"
+
# ROOT repository package priority
ROOT_PRIORITY="patches slackware extra testing pasture"