aboutsummaryrefslogtreecommitdiff
path: root/trunk/conf
diff options
context:
space:
mode:
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"