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

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