summaryrefslogtreecommitdiffstats
path: root/src/daemon/abrt_event.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/abrt_event.conf')
-rw-r--r--src/daemon/abrt_event.conf21
1 files changed, 12 insertions, 9 deletions
diff --git a/src/daemon/abrt_event.conf b/src/daemon/abrt_event.conf
index aa578200..73bfd63a 100644
--- a/src/daemon/abrt_event.conf
+++ b/src/daemon/abrt_event.conf
@@ -1,8 +1,15 @@
# This configuration file specifies which programs should be run
-# when the specified event occurs in crash dump lifetime.
+# when the specified event occurs in dump directory lifetime.
#
-# Example:
-# EVENT=post-create { pwd; date; }>/tmp/dt; echo $HOSTNAME `uname -r`
+# It consists of directives and rules.
+#
+# Directives start with a reserved word. Currently, there is only one
+# directive, "include". Its format is "include FILE".
+# It causes files which match FILE to be read and
+# parsed as if they are inserted textually where this directive
+# occurs. FILE can use shell pattern metacharacters (*,?,etc) to
+# specify multiple files. Relative paths are interpreted relative
+# to current file.
#
# Rule starts with a line with non-space leading character.
# All subsequent lines which start with space or tab form one rule.
@@ -13,15 +20,11 @@
# Rules may be commented out with #. One # is sufficient to comment out
# even a multi-line rule (no need to comment out every line).
#
-# Rule of the form "include GLOB_PATTERN" recurses to each file which matches
-# GLOB_PATTERN. Example: "include post-create.d/*.conf"
-#
-# Any other rules specify which programs to run on the crash dump.
-#
+# Rules specify which programs to run on the dump directory.
# Each rule may have conditions to be checked before the program is run.
#
# Conditions have form VAR=VAL, where VAR is either word "EVENT"
-# or a name of crash dump element to be checked (for example,
+# or a name of dump directory element to be checked (for example,
# "executable", "package", hostname" etc).
#
# If all conditions match, the remaining part of the rule