From 9ed605710d1acdb16a12b47a2c83474cebd5c819 Mon Sep 17 00:00:00 2001 From: rhatto Date: Thu, 18 Jan 2007 01:54:06 +0000 Subject: lots of changes git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@108 04377dda-e619-0410-9926-eae83683ac58 --- conf/simplepkg.conf.new | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) (limited to 'conf') diff --git a/conf/simplepkg.conf.new b/conf/simplepkg.conf.new index fa93a30..53c4d5a 100644 --- a/conf/simplepkg.conf.new +++ b/conf/simplepkg.conf.new @@ -17,21 +17,29 @@ JAIL_ROOT="/vservers" # just change to swaret if you know what you're doing SIMPLARET="simplaret" -# whether to clean package cache before installation +# whether mkjail should clean the package cache before installation +# to enable it, set to "1" or "yes" SIMPLARET_CLEAN="1" -# whether clean package cache after the installation +# whether mkjail should clean the package cache after the installation +# to enable it, set to "1" or "yes" SIMPLARET_DELETE_DOWN="1" -# whether issue an simplaret --update before install the jail -SIMPLARET_UPDATE="0" +# whether mkjail should issue a simplaret --update before install the jail +# to enable it, set to "1" or "yes" +SIMPLARET_UPDATE="1" -# delete packages older than N weeks from the cache -SIMPLARET_PURGE_WEEKS="3" +# wheter delete also patches when simplaret --purge is called +# to enable it, set to "1" or "yes" +SIMPLARET_PURGE_PATCHES="0" # whether delete each package rigth after its installation +# to enable it, set to "1" or "yes" SIMPLARET_DELETE_DURING="0" +# delete packages older than N weeks from the cache +SIMPLARET_PURGE_WEEKS="3" + # where patches are placed PATCHES_DIR="/var/simplaret/patches" @@ -39,14 +47,15 @@ PATCHES_DIR="/var/simplaret/patches" STORAGE="/var/simplaret/packages" # whether to use passive ftp transfers +# to enable it, set to "1" or "yes" PASSIVE_FTP="1" # ROOT repository package priority ROOT_PRIORITY="patches slackware extra testing pasture" -# Enabling this option (i.e, setting to 1), simplaret will donwload even -# already applied patches, a good option when you plan to keep local -# copies of all needed patches for your system +# Enabling this option (i.e, setting to "1" or "yes"), simplaret will +# donwload even # already applied patches, a good option when you plan +# to keep local copies of all needed patches for your system DOWNLOAD_EVEN_APPLIED_PATCHES="0" # Enabling this option, jail-upgrade will look at your -- cgit v1.2.3