From d786e1bd53f1d9825a52fcc3000ced6c197bd654 Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Sat, 4 May 2013 11:51:54 +0200 Subject: [PATCH] Set some more sane defaults. Still its better to explicitly set the dirs to where you want them to be and to not depend on changing defaults. --- autoconf/configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/autoconf/configure.in b/autoconf/configure.in index e988c4626b8..68eaadf2dca 100644 --- a/autoconf/configure.in +++ b/autoconf/configure.in @@ -1060,7 +1060,7 @@ AC_SEARCH_LIBS(dlopen, [dl]) dnl ------------------------------------------ dnl Where to place working dir dnl ------------------------------------------ -working_dir=`eval echo ${prefix}/opt/bareos/working` +working_dir=`eval echo ${prefix}/var/bareos/working` AC_ARG_WITH(working-dir, AC_HELP_STRING([--with-working-dir=PATH], [specify path of Bareos working directory]), [ @@ -1146,7 +1146,7 @@ AC_SUBST(scriptdir) dnl ------------------------------------------ dnl Where to place bsrdir (bsr files) dnl ------------------------------------------ -bsrdir=`eval echo ${prefix}/opt/bareos/bsr` +bsrdir=`eval echo ${prefix}/var/bareos/working` AC_ARG_WITH(bsrdir, AC_HELP_STRING([--with-bsrdir=PATH], [specify path of Bareos bsrs directory]), [ @@ -1161,7 +1161,7 @@ AC_SUBST(bsrdir) dnl ------------------------------------------ dnl Where to place logdir (bsr files) dnl ------------------------------------------ -logdir=`eval echo ${prefix}/opt/bareos/log` +logdir=`eval echo ${prefix}/var/bareos/logs` AC_ARG_WITH(logdir, AC_HELP_STRING([--with-logdir=PATH], [specify path of Bareos logs directory]), [