aboutsummaryrefslogtreecommitdiff
path: root/conf/simplepkg.conf.new
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2006-12-08 00:23:15 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2006-12-08 00:23:15 +0000
commita45b78131f8d14d100665363fdf2cc2b797314c1 (patch)
tree5aba25b768a82663844761365a786152d478bcbc /conf/simplepkg.conf.new
parent74e061ef1cd9c369a9dafd2f984b088124a0d2d1 (diff)
downloadsimplepkg-a45b78131f8d14d100665363fdf2cc2b797314c1.tar.gz
simplepkg-a45b78131f8d14d100665363fdf2cc2b797314c1.tar.bz2
simplaret: converted some functions to the new format
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@41 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'conf/simplepkg.conf.new')
-rw-r--r--conf/simplepkg.conf.new7
1 files changed, 5 insertions, 2 deletions
diff --git a/conf/simplepkg.conf.new b/conf/simplepkg.conf.new
index 50db875..5d01f59 100644
--- a/conf/simplepkg.conf.new
+++ b/conf/simplepkg.conf.new
@@ -11,12 +11,15 @@ DEFAULT_ARCH="i386"
DEFAULT_VERSION="10.2"
STORAGE="/var/simplaret/packages"
PASSIVE_FTP="1"
+ROOT_PRIORITY="patches slackware extra testing pasture" # ROOT repository package priority
# Enabling this option, jail-upgrade 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 apllied; if in doubt, just say no or leave blank.
-# Otherwise set it either to "yes" or "1"
+# package is applied; if in doubt, just say no or leave blank.
+# Otherwise set it either to "yes" or "1" and remember that if
+# enables this feature can cause problems if you use more than
+# one REPOS definition for each ARCH and VERSION.
CONSIDER_ALL_PACKAGES_AS_PATCHES="0"