backup
[platform/upstream/libzypp.git] / zypp.conf
index b3249f6..0e089e0 100644 (file)
--- a/zypp.conf
+++ b/zypp.conf
 ##
 # download.use_deltarpm = true
 
+##
+## Whether to consider using a deltarpm even when rpm is local
+##
+## Valid values: boolean
+## Default value: false
+##
+## This option has no effect unless download.use_deltarpm is set true.
+##
+#  download.use_deltarpm.always = false
 
 ##
 ## Defining directory which contains vendor description files.
 
 
 ##
-## 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
 ## on hardware (modalias) will not be regarded.