aboutsummaryrefslogtreecommitdiff
path: root/trunk/conf
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-08 00:03:16 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-08 00:03:16 +0000
commit33a8a56106adae25714eec24d1bcb4889fcf8267 (patch)
tree2b0e1cf7840f2c7514beeb6f4452acbe9fd44c24 /trunk/conf
parent6878c9fdb73390836232b93ab42b50e59d742716 (diff)
downloadsimplepkg-33a8a56106adae25714eec24d1bcb4889fcf8267.tar.gz
simplepkg-33a8a56106adae25714eec24d1bcb4889fcf8267.tar.bz2
simplaret: fix, see doc/CHANGELOG
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@319 04377dda-e619-0410-9926-eae83683ac58
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"