From: Kern Sibbald Date: Tue, 25 Dec 2012 16:37:16 +0000 (+0100) Subject: Changed default directories from /var/bacula to /opt/bacula X-Git-Url: https://git.sur5r.net/?p=bacula%2Fbacula;a=commitdiff_plain;h=ef64447748adf6a922c8ce4ac0dd3d39ac882e83 Changed default directories from /var/bacula to /opt/bacula --- diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index de09194390..f802b43103 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -1216,7 +1216,7 @@ AC_SEARCH_LIBS(dlopen, [dl]) dnl ------------------------------------------ dnl Where to place working dir dnl ------------------------------------------ -working_dir=`eval echo ${prefix}/var/bacula/working` +working_dir=`eval echo ${prefix}/opt/bacula/working` AC_ARG_WITH(working-dir, AC_HELP_STRING([--with-working-dir=PATH], [specify path of Bacula working directory]), [ @@ -1301,7 +1301,7 @@ AC_SUBST(scriptdir) dnl ------------------------------------------ dnl Where to place bsrdir (bsr files) dnl ------------------------------------------ -bsrdir=`eval echo ${prefix}/var/bacula/working` +bsrdir=`eval echo ${prefix}/opt/bacula/bsr` AC_ARG_WITH(bsrdir, AC_HELP_STRING([--with-bsrdir=PATH], [specify path of Bacula bsrs directory]), [ @@ -1316,7 +1316,7 @@ AC_SUBST(bsrdir) dnl ------------------------------------------ dnl Where to place logdir (bsr files) dnl ------------------------------------------ -logdir=`eval echo ${prefix}/var/bacula/working` +logdir=`eval echo ${prefix}/opt/bacula/log` AC_ARG_WITH(logdir, AC_HELP_STRING([--with-logdir=PATH], [specify path of Bacula logs directory]), [