summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2008-11-19 16:03:15 +0000
committerRichard Hughes <richard@hughsie.com>2008-11-19 16:03:15 +0000
commit1949bfbdc70b81e338f19eb1bb71fc4343de0885 (patch)
tree4c890a96886a811b634b7c4707eb87dd098fdd41 /etc
parentcaadb5e6d6e141c200d7251da08b80d82ceb6834 (diff)
trivial: rename the config file variables to reflect that they are not just done in RefreshCache
Diffstat (limited to 'etc')
-rw-r--r--etc/PackageKit.conf.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/PackageKit.conf.in b/etc/PackageKit.conf.in
index 291f9340..f1ca300c 100644
--- a/etc/PackageKit.conf.in
+++ b/etc/PackageKit.conf.in
@@ -55,19 +55,19 @@ DefaultBackend=@defaultbackend@
# ProxyHTTP=username:password@server.lan:8080
# ProxyFTP=server.lan:21
-# Scan the desktop files when we do RefreshCache
+# Scan installed desktop files when we update or install packages
#
# NOTE: Don't enable this for backends that are slow doing SearchFile()
#
# default=true
-RefreshCacheScanDesktopFiles=true
+ScanDesktopFiles=true
-# Update the package list when we RefreshCache
+# Update the package list when we refresh the cache
#
# NOTE: Don't enable this for backends that are slow doing GetPackages()
#
# default=true
-RefreshCacheUpdatePackageList=true
+UpdatePackageList=true
# Check for running processes when we update packages
#