aboutsummaryrefslogtreecommitdiff
path: root/conf/simplepkg.conf.new
diff options
context:
space:
mode:
Diffstat (limited to 'conf/simplepkg.conf.new')
-rw-r--r--conf/simplepkg.conf.new115
1 files changed, 0 insertions, 115 deletions
diff --git a/conf/simplepkg.conf.new b/conf/simplepkg.conf.new
deleted file mode 100644
index 28af9a7..0000000
--- a/conf/simplepkg.conf.new
+++ /dev/null
@@ -1,115 +0,0 @@
-#
-# /etc/simplepkg/simplepkg.conf
-#
-
-# 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
-# to use the value from /etc/slackware-version
-# DEFAULT_VERSION="11.0"
-
-# where jails are placed
-JAIL_ROOT="/vservers"
-
-# 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
-# to enable it, set to "1" or "yes"
-SIMPLARET_DELETE_DOWN="1"
-
-# 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
-# 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"
-
-# place to store your packages
-STORAGE="/var/simplaret/packages"
-
-# whether to use passive ftp transfers
-# to enable it, set to "1" or "yes"
-PASSIVE_FTP="1"
-
-# http retrieval tool
-# available parameters are "wget" or "curl"
-HTTP_TOOL="wget"
-
-# ftp retrieval tool
-# available parameters are "wget", "curl" or "ncftpget"
-FTP_TOOL="wget"
-
-# 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
-# maintainer key on your keyring)
-SIGNATURE_CHECKING="0"
-
-# whether simplaret will try to solve dependencies by looking
-# for packages' slack-required
-DEPENDENCY_CHECKING="1"
-
-# 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 (i.e, setting to "1" or "yes"), simplaret will
-# look at your standard repositories for new packages; if it find a
-# package with different version of your current installed package and
-# also this package isnt in the packages folder, then the new package
-# is applied; if in doubt, just say no or leave blank. Otherwise set it
-# either to "yes" or "1" and remember that if enabling this feature can
-# cause problems if you use more than one REPOS definition for each
-# ARCH and VERSION. Also, this option can be very slow.
-CONSIDER_ALL_PACKAGES_AS_PATCHES="0"
-
-# Enabling this option (i.e, setting to "1" or "yes"), simplaret will
-# store patches it finds on ROOT repositories on
-#
-# $PATCHES_DIR/$ARCH/$VERSION/root-$repository_name.
-#
-# By default this option is turned off because it breaks the standard
-# way to store packages and can cause some confusion, but its an useful
-# feature if you like to see all patches apart from common packages and/or
-# stored in the same tree.
-STORE_ROOT_PATCHES_ON_PATCHES_DIR="0"
-
-# Set to yes if your templates will be placed in a subversion repository
-# This just work if TEMPLATE_STORAGE_STYLE is set to own-folder (default)
-TEMPLATES_UNDER_SVN="no"
-
-# Where your templates will be located
-# Dont change it except you know what you're doing.
-TEMPLATE_FOLDER="/etc/simplepkg/templates"
-
-# This variable controls in which folder / subfolder your templates will
-# be stored. Possible values are:
-#
-# - simplepkg-folder: templates are stored at /etc/simplepkg
-# - templates-folder: templates are stored at /etc/simplepkg/templates
-# - own-folder: each template stored at its own folder
-# at /etc/simplepkg/templates/template-name
-#
-# This variable has backwards purposes only, so dont change it.
-TEMPLATE_STORAGE_STYLE="own-folder"
-