From 4bb97934558b6b6a1aafdfe3bc56c38dc3b79c87 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 22 Nov 2010 14:42:49 +0100 Subject: Improve some comments. No code changes Signed-off-by: Denys Vlasenko --- src/daemon/abrt_event.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/daemon') diff --git a/src/daemon/abrt_event.conf b/src/daemon/abrt_event.conf index 58126192..6c1ac191 100644 --- a/src/daemon/abrt_event.conf +++ b/src/daemon/abrt_event.conf @@ -40,6 +40,10 @@ EVENT=post-create analyzer=Kerneloops abrt-action-analyze-oops #TODO: implement this (or add this functionality to abrt-action-install-debuginfo): #EVENT=analyze analyzer=CCpp backtrace= trim-debuginfo-cache /var/cache/abrt-di 4096m +# Additional directories to search for debuginfos can be specified +# in the third argument (its format is CACHEDIR[:DEBUGINFODIR...]). +# For example, you can specify a network-mounted shared store +# of all debuginfos this way. EVENT=analyze analyzer=CCpp backtrace= abrt-action-install-debuginfo "$DUMP_DIR/coredump" "/var/run/abrt/$$-$RANDOM" /var/cache/abrt-di EVENT=analyze analyzer=CCpp backtrace= abrt-action-generate-backtrace -- cgit