summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-10-01 15:56:53 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-10-01 15:56:53 +0200
commit31c2517a76f597e80803aa5c8953183aa02aa812 (patch)
treec7d889a28e8bce58e60cb7457e27dc44d5c0b7a8 /src
parente2be87afb161b73ab8a5e29a5e3f194cd4a232b8 (diff)
downloadabrt-31c2517a76f597e80803aa5c8953183aa02aa812.tar.gz
abrt-31c2517a76f597e80803aa5c8953183aa02aa812.tar.xz
abrt-31c2517a76f597e80803aa5c8953183aa02aa812.zip
adding trivial pyhook.conf.5
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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>.