fix option name
authorMichael Andres <ma@suse.de>
Tue, 7 Oct 2008 11:08:38 +0000 (11:08 +0000)
committerMichael Andres <ma@suse.de>
Tue, 7 Oct 2008 11:08:38 +0000 (11:08 +0000)
zypp.conf
zypp/ZConfig.cc
zypp/ZConfig.h

index feb2e46..b25c5f1 100644 (file)
--- a/zypp.conf
+++ b/zypp.conf
 ##
 ## This option has no effect unless download.use_deltarpm is set true.
 ##
-#  download.use_deltarpm_always = false
+#  download.use_deltarpm.always = false
 
 ##
 ## Defining directory which contains vendor description files.
index f4cb3a7..25fd9ab 100644 (file)
@@ -234,7 +234,7 @@ namespace zypp
                 {
                   download_use_deltarpm = str::strToBool( value, download_use_deltarpm );
                 }
-                else if ( entry == "download.use_deltarpm_always" )
+                else if ( entry == "download.use_deltarpm.always" )
                 {
                   download_use_deltarpm_always = str::strToBool( value, download_use_deltarpm_always );
                 }
index df39321..5e4fd02 100644 (file)
@@ -157,7 +157,7 @@ namespace zypp
 
       /** Whether to consider using a deltarpm even when rpm is local.
        * This requires \ref download_use_deltarpm being \c true.
-       * Config option <tt>download.use_deltarpm_always (false)</tt>
+       * Config option <tt>download.use_deltarpm.always (false)</tt>
        */
       bool download_use_deltarpm_always() const;