- prepare for messages and scripts
[platform/upstream/libzypp.git] / zypp.conf
index 945a9e1..7e4ebdc 100644 (file)
--- a/zypp.conf
+++ b/zypp.conf
 
 
 ##
+## Path where the caches are kept.
+##
+## Valid values: A directory
+## Default value: /var/cache/zypp
+##
+# cachedir = /var/cache/zypp
+
+
+##
 ## Path where the repo metadata is downloaded and kept.
 ##
 ## Valid values: A directory
-## Default value: /var/cache/zypp/raw
+## Default value: {cachedir}/raw
 ##
 ## Changing this needs a full refresh (incl. download) of all repository data
 ##
 
 
 ##
+## Path where the repo solv files are created and kept.
+##
+## Valid values: A directory
+## Default value: {cachedir}/solv
+##
+# solvfilesdir = /var/cache/zypp/solv
+
+
+##
 ## Path where the repo packages are downloaded and kept.
 ##
 ## Valid values: A directory
-## Default value: /var/cache/zypp/packages
+## Default value: {cachedir}/packages
 ##
 # packagesdir = /var/cache/zypp/packages
 
 
 ##
-## Path where the known repositories .repo files are kept
+## Path where the configuration files are kept.
 ##
 ## Valid values: A directory
-## Default value: /etc/zypp/repos.d
+## Default value: /etc/zypp
 ##
-## Changing this invalidates all known repositories
-##
-# reposdir = /etc/zypp/repos.d
-
+# configdir = /etc/zypp
 
 ##
-## Path where the processed cache is kept (this is where zypp.db is located)
+## Path where the known repositories .repo files are kept
 ##
 ## Valid values: A directory
-## Default value: /var/cache/zypp
+## Default value: {configdir}/repos.d
 ##
-## Changing this needs a full refresh (except download) of all repository data
+## Changing this invalidates all known repositories
 ##
-# cachedir = /var/cache/zypp
+# reposdir = /etc/zypp/repos.d
 
 
 ##
 # download.use_deltarpm = true
 
 
-## 
+##
 ## Defining directory for equivalent vendors
 ##
 ## Valid values: A directory
-## Default value: /etc/zypp/vendors.d
+## Default value: {configdir}/vendors.d
 ##
 # vendordir = /etc/zypp/vendors.d
 
+
+##
+## Path where additional product information, .prod files are kept
+##
+## Valid values: A directory
+## Default value: {configdir}/products.d
+##
+## Changing this is not recommended, as the directory might
+## be populated by packages dropping files to /etc/zypp/products.d.
+##
+# productsdir = /etc/zypp/products.d
+
+
 ##
 ## Whether required packages are installed ONLY
-## So recommended packages, language packages and packages which depend 
+## So recommended packages, language packages and packages which depend
 ## on hardware (modalias) will not be regarded.
 ##
 ## Valid values: boolean
 ## In this file is saved also UI locks.
 ##
 ## valid value: path to file or place where file can be created
-## default value: /etc/zypp/locks
+## default value: {configdir}/locks
 ##
 # locksfile.path = /etc/zypp/locks
 
-## 
+##
 ## Whetever to apply locks in locks file after zypp start.
 ##
 ## Valid values: boolean
 ## Default value: true
 ##
 # locksfile.apply = true
+
+##
+## Where update items are stored
+## (example: scripts, messages)
+##
+## Valid values: path to directory
+## Default value: /var/afm
+##
+# update.datadir = /var/adm
+
+##
+## Where update messages are stored
+##
+## Valid values: path to directory
+## Default value: {update.datadir}/update-messages
+##
+# update.messagesdir = /var/adm/update-messages
+
+##
+## Where update scripts are stored
+##
+## Valid values: path to directory
+## Default value: {update.datadir}/update-scripts
+##
+# update.scriptsdir = /var/adm/update-scripts
+
+