summaryrefslogtreecommitdiffstats
path: root/tdeconf_update
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-30 13:50:27 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-30 13:50:27 -0600
commit21bc7541114fb026606284e45dc10e3320f39f1d (patch)
tree1c2006752ae09dda7ed8a635d7a4dfa8eacea0cb /tdeconf_update
parent120efd17d0cec4846e7151633a451d54fa714241 (diff)
downloadtdelibs-21bc7541114fb026606284e45dc10e3320f39f1d.tar.gz
tdelibs-21bc7541114fb026606284e45dc10e3320f39f1d.zip
Fix a few remaining references to kio_
Diffstat (limited to 'tdeconf_update')
-rw-r--r--tdeconf_update/README.tdeconf_update10
1 files changed, 5 insertions, 5 deletions
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.