From 21bc7541114fb026606284e45dc10e3320f39f1d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 30 Jan 2013 13:50:27 -0600 Subject: Fix a few remaining references to kio_ --- tdeconf_update/README.tdeconf_update | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tdeconf_update/README.tdeconf_update') diff --git a/tdeconf_update/README.tdeconf_update b/tdeconf_update/README.tdeconf_update index 340f71eaa..de274e15c 100644 --- a/tdeconf_update/README.tdeconf_update +++ b/tdeconf_update/README.tdeconf_update @@ -167,7 +167,7 @@ Example update file # This is comment Id=kde2.2 -File=tdeioslaverc,kio_httprc +File=tdeioslaverc,tdeio_httprc Group=Proxy Settings Key=NoProxyFor Key=UseProxy @@ -182,20 +182,20 @@ RemoveGroup=KDE The above update file extracts config information from the file "tdeioslaverc" -and stores it into the file "kio_httprc". +and stores it into the file "tdeio_httprc". It reads the keys "NoProxyFor", "UseProxy" and "httpProxy" from the group "Proxy Settings" in the "tdeioslaverc" file. If any of these options are present they are written to the keys "NoProxyFor", "UseProxy" and "Proxy" (!) in -the group "Proxy Settings" in the "kio_httprc" file. +the group "Proxy Settings" in the "tdeio_httprc" file. It also reads the keys "MaxCacheSize" and "UseCache" from the group "Cache Settings" in the "tdeioslaverc" file and writes this information to the keys "MaxCacheSize" and "UseCache" in the group "Cache" (!) in the -"kio_httprc" file. +"tdeio_httprc" file. Then it takes all keys in the "UserAgent" group of the file "tdeioslaverc" -and moves then to the "UserAgent" group in the "kio_httprc" file. +and moves then to the "UserAgent" group in the "tdeio_httprc" file. Finally it removes the entire "KDE" group in the tdeioslaverc file. -- cgit v1.2.1