summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Hooks/Makefile.am4
-rw-r--r--src/Hooks/pyhook.conf.516
2 files changed, 19 insertions, 1 deletions
diff --git a/src/Hooks/Makefile.am b/src/Hooks/Makefile.am
index fd8eb40..be1b1a2 100644
--- a/src/Hooks/Makefile.am
+++ b/src/Hooks/Makefile.am
@@ -29,8 +29,10 @@ dumpoops_CPPFLAGS = \
dumpoops_LDADD = \
../../lib/Utils/libABRTUtils.la
+man_MANS = pyhook.conf.5
+
python_PYTHON = sitecustomize.py abrt_exception_handler.py
-EXTRA_DIST = abrt_exception_handler.py.in
+EXTRA_DIST = abrt_exception_handler.py.in $(man_MANS)
pyhookconfdir = $(CONF_DIR)
dist_pyhookconf_DATA = pyhook.conf
diff --git a/src/Hooks/pyhook.conf.5 b/src/Hooks/pyhook.conf.5
new file mode 100644
index 0000000..d9d8bbb
--- /dev/null
+++ b/src/Hooks/pyhook.conf.5
@@ -0,0 +1,16 @@
+.TH "pyhook.conf" "5" "1 Oct 2009" ""
+.SH NAME
+pyhook.conf \- configuration file for abrt
+.SH DESCRIPTION
+.P
+This configuration file controls whether python crash handler is enabled.
+It has this format:
+.TP
+.B enabled = \fIyes\fP | \fIno\fP
+When set to "yes", crashing python programs will generate a crash report
+for abrt. If not, they will not do that.
+.SH "SEE ALSO"
+.IR abrt (8),
+.IR abrt-plugins (7)
+.SH AUTHOR
+Written by Jiří Moskovčák <jmoskovc@redhat.com>.