aboutsummaryrefslogtreecommitdiff
path: root/trunk/conf
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-17 19:22:15 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-17 19:22:15 +0000
commit4e23908b1d7c67602188b61b4e1d2802eca67523 (patch)
tree89f7311ae2bc2f8047c7ded345b876d58d94aafb /trunk/conf
parentf516ffdea9b9d5b5217306d3acc2f705a658468d (diff)
downloadsimplepkg-4e23908b1d7c67602188b61b4e1d2802eca67523.tar.gz
simplepkg-4e23908b1d7c67602188b61b4e1d2802eca67523.tar.bz2
done simplaret pt_BR documentation
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@354 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/conf')
-rw-r--r--trunk/conf/simplepkg.conf.new6
1 files changed, 3 insertions, 3 deletions
diff --git a/trunk/conf/simplepkg.conf.new b/trunk/conf/simplepkg.conf.new
index 6a3c687..927d870 100644
--- a/trunk/conf/simplepkg.conf.new
+++ b/trunk/conf/simplepkg.conf.new
@@ -34,7 +34,7 @@ SIMPLARET_DOWNLOAD_FROM_NEXT_REPO="1"
# Wheter delete also patches when simplaret --purge is called;
# to enable it, set to "1" or "yes"
-SIMPLARET_PURGE_PATCHES="0"
+SIMPLARET_PURGE_PATCHES="1"
# Whether delete each package rigth after its installation;
# to enable it, set to "1" or "yes"
@@ -55,11 +55,11 @@ PASSIVE_FTP="1"
# Http retrieval tool;
# available parameters are "wget" or "curl"
-HTTP_TOOL="wget"
+HTTP_TOOL="curl"
# Ftp retrieval tool;
# available parameters are "wget", "curl" or "ncftpget"
-FTP_TOOL="wget"
+FTP_TOOL="curl"
# Set connection timeout in seconds
CONNECT_TIMEOUT="20"