aboutsummaryrefslogtreecommitdiff
path: root/trunk/conf
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/conf')
-rw-r--r--trunk/conf/simplepkg.conf.new38
1 files changed, 19 insertions, 19 deletions
diff --git a/trunk/conf/simplepkg.conf.new b/trunk/conf/simplepkg.conf.new
index a6ed9a4..d524659 100644
--- a/trunk/conf/simplepkg.conf.new
+++ b/trunk/conf/simplepkg.conf.new
@@ -2,73 +2,73 @@
# /etc/simplepkg/simplepkg.conf
#
-# default architecture: set this option if you dont want simplepkg
+# Default architecture: set this option if you dont want simplepkg
# to use the value from /etc/slackware-version
# DEFAULT_ARCH="i386"
-# default version: set this option if you dont want simplepkg
+# Default version: set this option if you dont want simplepkg;
# to use the value from /etc/slackware-version
# DEFAULT_VERSION="11.0"
-# where jails are placed
+# Where jails are placed
JAIL_ROOT="/vservers"
-# wheter mkjial should add new jails in the jail list
+# Wheter mkjial should add new jails in the jail list;
# to enable it, set to "1" or "yes"
ADD_TO_JAIL_LIST="1"
-# whether mkjail should clean the 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 mkjail should clean the 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 mkjail should issue a simplaret --update before install the jail
+# Whether mkjail should issue a simplaret --update before install the jail;
# to enable it, set to "1" or "yes"
SIMPLARET_UPDATE="1"
-# wheter delete also patches when simplaret --purge is called
+# 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
+# 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
+# Delete packages older than N weeks from the cache
SIMPLARET_PURGE_WEEKS="3"
-# where patches are placed
+# Where patches are placed
PATCHES_DIR="/var/simplaret/patches"
-# place to store your packages
+# Place to store your packages
STORAGE="/var/simplaret/packages"
-# whether to use passive ftp transfers
+# Whether to use passive ftp transfers;
# to enable it, set to "1" or "yes"
PASSIVE_FTP="1"
-# http retrieval tool
+# Http retrieval tool;
# available parameters are "wget" or "curl"
HTTP_TOOL="wget"
-# ftp retrieval tool
+# Ftp retrieval tool;
# available parameters are "wget", "curl" or "ncftpget"
FTP_TOOL="wget"
-# set connection timeout in seconds
+# Set connection timeout in seconds
CONNECT_TIMEOUT="20"
# ROOT repository package priority
ROOT_PRIORITY="patches slackware extra testing pasture"
-# whether to check package signatures (you should have the repository
+# Whether to check package signatures (you should have the repository
# maintainer key on your keyring)
SIGNATURE_CHECKING="0"
-# whether simplaret will try to solve dependencies by looking
+# Whether simplaret will try to solve dependencies by looking
# for packages' slack-required
DEPENDENCY_CHECKING="1"
@@ -102,7 +102,7 @@ STORE_ROOT_PATCHES_ON_PATCHES_DIR="0"
# This just work if TEMPLATE_STORAGE_STYLE is set to own-folder (default)
TEMPLATES_UNDER_SVN="no"
-# Where your templates will be located
+# Where your templates will be located.
# Dont change it except you know what you're doing.
TEMPLATE_FOLDER="/etc/simplepkg/templates"