summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-12-11 19:19:03 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-12-11 19:19:03 +0100
commit14852d1a5750020c569666d26f212b986571dadf (patch)
tree5a4dff870a87df30a89470f04f789cb4909f293a /doc
parent890f62322fc8fee262e39a10428b1a2489edf267 (diff)
downloadabrt-14852d1a5750020c569666d26f212b986571dadf.tar.gz
abrt-14852d1a5750020c569666d26f212b986571dadf.tar.xz
abrt-14852d1a5750020c569666d26f212b986571dadf.zip
renaming abrt-pyhook-helper -> abrt-hook-python and moving it to /usr/libexec
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/IMPLEMENTATION4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/IMPLEMENTATION b/doc/IMPLEMENTATION
index 6a7c1ba7..ae8ef71c 100644
--- a/doc/IMPLEMENTATION
+++ b/doc/IMPLEMENTATION
@@ -5,7 +5,7 @@ C/C++ handling:
we change /proc/sys/kernel/core_pattern to invoke abrtd helper to save
the coredump of crashing app:
-* helper source code: http://git.fedorahosted.org/git/abrt.git?p=abrt.git;a=blob_plain;f=src/Hooks/abrt-pyhook-helper.cpp
+* helper source code: http://git.fedorahosted.org/git/abrt.git?p=abrt.git;a=blob_plain;f=src/Hooks/abrt-hook-python.cpp
the code responsible for this:
#define CORE_PATTERN "|/usr/libexec/abrt-hook-ccpp" "/var/cache/abrt" %p %s %u"
@@ -21,7 +21,7 @@ the code responsible for this:
%s - signal
%u - uid
-when some crash occures abrt-hook-ccpp is invoked to store the coredump and some other info
+when some crash occurs abrt-hook-ccpp is invoked to store the coredump and some other info
read from /proc/<pid>/:
executable: