summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-12-17 16:11:23 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-12-17 16:11:23 +0100
commit21055615d919f784bef19df8956a67b577339162 (patch)
tree11ffcd69cb83bf8e289816a2c924ce3eec84bef1
parent1341f0c56cf70700e997075239b8ad7f108a611f (diff)
downloadabrt-21055615d919f784bef19df8956a67b577339162.tar.gz
abrt-21055615d919f784bef19df8956a67b577339162.tar.xz
abrt-21055615d919f784bef19df8956a67b577339162.zip
delete obsolete comment from abrt-debuginfo-install
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rwxr-xr-xsrc/Daemon/abrt-debuginfo-install18
1 files changed, 4 insertions, 14 deletions
diff --git a/src/Daemon/abrt-debuginfo-install b/src/Daemon/abrt-debuginfo-install
index 4bb0cfb5..f7de8424 100755
--- a/src/Daemon/abrt-debuginfo-install
+++ b/src/Daemon/abrt-debuginfo-install
@@ -45,20 +45,10 @@
# For better debuggability, eu_unstrip.OUT, yum_provides.OUT etc files
# are saved in TEMPDIR, and TEMPDIR is not deleted if we exit with exitcode 2
# ("serious problem").
-#
-# In the future, we may want to use a separate CACHEDIR (say, /var/cache/abrt-di)
-# and use it with this gdb command:
-# set debug-file-directory /usr/lib/debug/.build-id:CACHEDIR/usr/lib/debug/.build-id
-# but current gdb can't handle DIR1:DIR2.
-# So, currently we are called with CACHEDIR set to "/", and don't pass
-# "set debug-file-directory" to gdb.
-# This is ugly, since it messes up /usr/lib/debug/.build-id over time
-# by piling up debuginfos there without any means to control their amount,
-# but it's the only way to make it work with current gdb.
-
-
-core=$1
-tempdir=$2
+
+
+core="$1"
+tempdir="$2"
debuginfodirs="${3//:/ }"
cachedir="${3%%:*}"
debug=false