Skip to content
Permalink
Browse files Browse the repository at this point in the history
configure: move the default dump location to /var/spool
Signed-off-by: Jakub Filak <jfilak@redhat.com>
  • Loading branch information
Jakub Filak committed May 4, 2015
1 parent 8939398 commit 7d023c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -146,8 +146,8 @@ PROBLEMS_CONFIG_INTERFACES_DIR=${dbusinterfacedir}

AC_ARG_WITH([defaultdumplocation],
AS_HELP_STRING([--with-defaultdumplocation=DIR],
[Default dump location ('LOCALSTATEDIR/tmp/abrt')]),
[], [with_defaultdumplocation=${localstatedir}/tmp/abrt])
[Default dump location ('LOCALSTATEDIR/spool/abrt')]),
[], [with_defaultdumplocation=${localstatedir}/spool/abrt])
AC_SUBST([DEFAULT_DUMP_LOCATION], [$with_defaultdumplocation])

AC_ARG_WITH(augeaslenslibdir,
Expand Down
4 changes: 2 additions & 2 deletions src/daemon/abrt.conf
Expand Up @@ -10,11 +10,11 @@
MaxCrashReportsSize = 1000

# Specify where you want to store coredumps and all files which are needed for
# reporting. (default:/var/tmp/abrt)
# reporting. (default:/var/spool/abrt)
#
# Changing dump location could cause problems with SELinux. See man abrt_selinux(8).
#
#DumpLocation = /var/tmp/abrt
#DumpLocation = /var/spool/abrt

# If you want to automatically clean the upload directory you have to tweak the
# selinux policy.
Expand Down

0 comments on commit 7d023c3

Please sign in to comment.