summaryrefslogtreecommitdiffstats
path: root/src/daemon/abrt_event.conf
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-04-21 11:49:10 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2011-04-21 11:49:10 +0200
commit48660b80feead608d60bdbabd8f98a50652b0a06 (patch)
treeb57d66ba9ceb5ef7701dbcaa8aff0546c8d43dfb /src/daemon/abrt_event.conf
parent884c0aed054302cb1cbb71c2b21c12df92a7e6e4 (diff)
downloadabrt-48660b80feead608d60bdbabd8f98a50652b0a06.tar.gz
abrt-48660b80feead608d60bdbabd8f98a50652b0a06.tar.xz
abrt-48660b80feead608d60bdbabd8f98a50652b0a06.zip
abrt_event.conf.5: new manpage. closes #132
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
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