summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-05-26 18:53:47 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-05-26 18:53:47 +0200
commit5d2c30f44bacd110d7d95a8a4a833d6d9b76e1db (patch)
treebe9f21234268cd40e046cd6caa0c941925743f69 /doc
parent6bf555b27412dc6c65b40ee496952a73f534c2aa (diff)
downloadabrt-5d2c30f44bacd110d7d95a8a4a833d6d9b76e1db.tar.gz
abrt-5d2c30f44bacd110d7d95a8a4a833d6d9b76e1db.tar.xz
abrt-5d2c30f44bacd110d7d95a8a4a833d6d9b76e1db.zip
rename a few remaining /var/cache/abrt -> /var/spool/abrt
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'doc')
-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...