summaryrefslogtreecommitdiffstats
path: root/src/Daemon/abrt-debuginfo-install
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-10-30 14:32:52 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-10-30 14:32:52 +0100
commitd75aa2102c7f6183c4db1d1dabfb0a972489dfdb (patch)
treeb95ca60b65d08827cdebad001ef316ac98f65e4d /src/Daemon/abrt-debuginfo-install
parentb19716454b2cf37b6bbce927467b504704f1420d (diff)
downloadabrt-d75aa2102c7f6183c4db1d1dabfb0a972489dfdb.tar.gz
abrt-d75aa2102c7f6183c4db1d1dabfb0a972489dfdb.tar.xz
abrt-d75aa2102c7f6183c4db1d1dabfb0a972489dfdb.zip
abrt-debuginfo-install: tweaked comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Daemon/abrt-debuginfo-install')
-rwxr-xr-xsrc/Daemon/abrt-debuginfo-install7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Daemon/abrt-debuginfo-install b/src/Daemon/abrt-debuginfo-install
index 1f947cde..0bf174b2 100755
--- a/src/Daemon/abrt-debuginfo-install
+++ b/src/Daemon/abrt-debuginfo-install
@@ -13,9 +13,10 @@
# If CACHEDIR is specified, debuginfos should be installed there.
# If not, debuginfos should be installed into TEMPDIR.
#
-# Currently, we are called with CACHEDIR set to "/", but in the future
-# it may be omitted or set to something else. script must be ready
-# for those cases too.
+# Currently, we are called with CACHEDIR set to "/var/cache/abrt-di",
+# but in the future it may be omitted or set to something else.
+# Script must be ready for those cases too. Consider, for example,
+# corner cases of "" and "/".
#
# Output goes to GUI as debuginfo install log. The script should be careful
# to give useful, but not overly cluttered info to stdout.