summaryrefslogtreecommitdiffstats
path: root/doc/DESIGN
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-05-26 19:10:36 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2010-05-26 19:10:36 +0200
commit020bb871c0fee395d8580e70e09c192ace0c2593 (patch)
tree2786f27fddf86cf25dbdb4849f0fdecb6bec5894 /doc/DESIGN
parentd4d988fe7b9e741391349721a5b823942ee3d33d (diff)
parent5d2c30f44bacd110d7d95a8a4a833d6d9b76e1db (diff)
downloadabrt-020bb871c0fee395d8580e70e09c192ace0c2593.tar.gz
abrt-020bb871c0fee395d8580e70e09c192ace0c2593.tar.xz
abrt-020bb871c0fee395d8580e70e09c192ace0c2593.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'doc/DESIGN')
-rw-r--r--doc/DESIGN6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/DESIGN b/doc/DESIGN
index df006f96..6074457b 100644
--- a/doc/DESIGN
+++ b/doc/DESIGN
@@ -59,14 +59,14 @@ After this, abrt-hook-ccpp spawns "abrt-process -d /var/spool/abrt/DIR"
and terminates.
When python program crashes, it invokes internel python subroutine
-which dumps crash info into ~/abrt/cache/DIR.
+which dumps crash info into ~/abrt/spool/DIR.
[this is a tentative plan, currently we dump in /var/spool/abrt/DIR]
-After this, it spawns "abrt-process -d ~/abrt/cache/DIR"
+After this, it spawns "abrt-process -d ~/abrt/spool/DIR"
and terminates.
[Problem: dumping to /var/spool/abrt/DIR needs world-writable
/var/spool/abrt and allows user to go way over his
-disk quota. Dumping to ~/abrt/cache/DIR makes it difficult
+disk quota. Dumping to ~/abrt/spool/DIR makes it difficult
to present a list of all crashes which happened on the machine -
for example, root-owned processes cannot even access user data
in ~user/* if /home is on NFS4...