Blame 0101-configure-move-the-default-dump-location-to-var-spoo.patch

69165ba
From 7d023c32a565e83306cddf34c894477b7aaf33d1 Mon Sep 17 00:00:00 2001
69165ba
From: Jakub Filak <jfilak@redhat.com>
69165ba
Date: Mon, 20 Apr 2015 08:06:09 +0200
69165ba
Subject: [ABRT PATCH] configure: move the default dump location to /var/spool
69165ba
69165ba
Signed-off-by: Jakub Filak <jfilak@redhat.com>
69165ba
---
69165ba
 configure.ac         | 4 ++--
69165ba
 src/daemon/abrt.conf | 4 ++--
69165ba
 2 files changed, 4 insertions(+), 4 deletions(-)
69165ba
69165ba
diff --git a/configure.ac b/configure.ac
69165ba
index 6c6d2e8..d95fc4a 100644
69165ba
--- a/configure.ac
69165ba
+++ b/configure.ac
69165ba
@@ -146,8 +146,8 @@ PROBLEMS_CONFIG_INTERFACES_DIR=${dbusinterfacedir}
69165ba
 
69165ba
 AC_ARG_WITH([defaultdumplocation],
69165ba
             AS_HELP_STRING([--with-defaultdumplocation=DIR],
69165ba
-                           [Default dump location ('LOCALSTATEDIR/tmp/abrt')]),
69165ba
-            [], [with_defaultdumplocation=${localstatedir}/tmp/abrt])
69165ba
+                           [Default dump location ('LOCALSTATEDIR/spool/abrt')]),
69165ba
+            [], [with_defaultdumplocation=${localstatedir}/spool/abrt])
69165ba
 AC_SUBST([DEFAULT_DUMP_LOCATION], [$with_defaultdumplocation])
69165ba
 
69165ba
 AC_ARG_WITH(augeaslenslibdir,
69165ba
diff --git a/src/daemon/abrt.conf b/src/daemon/abrt.conf
69165ba
index 6c0d6b0..171ee4c 100644
69165ba
--- a/src/daemon/abrt.conf
69165ba
+++ b/src/daemon/abrt.conf
69165ba
@@ -10,11 +10,11 @@
69165ba
 MaxCrashReportsSize = 1000
69165ba
 
69165ba
 # Specify where you want to store coredumps and all files which are needed for
69165ba
-# reporting. (default:/var/tmp/abrt)
69165ba
+# reporting. (default:/var/spool/abrt)
69165ba
 #
69165ba
 # Changing dump location could cause problems with SELinux. See man abrt_selinux(8).
69165ba
 #
69165ba
-#DumpLocation = /var/tmp/abrt
69165ba
+#DumpLocation = /var/spool/abrt
69165ba
 
69165ba
 # If you want to automatically clean the upload directory you have to tweak the
69165ba
 # selinux policy.
69165ba
-- 
69165ba
1.8.3.1
69165ba