fi
dnl -------------------------------------------------------------------------
-dnl If the user has not set --htmldir, we default to /usr/share/doc/bacula-xx.xx/html
+dnl If the user has not set --htmldir, we default to /usr/share/doc/bacula/html
dnl -------------------------------------------------------------------------
dnl z
if test x$htmldir = x${docdir} ; then
- htmldir=`eval echo ${docdir}bacula-${VERSION}/html`
+ htmldir=`eval echo ${docdir}bacula/html`
fi
dnl -------------------------------------------------------------------------
dnl -------------------------------------------------------------------------
dnl z
if test x$docdir = x'/usr/share/doc/' ; then
- docdir=`eval echo ${docdir}bacula-${VERSION}`
+ docdir=`eval echo ${docdir}bacula`
fi
fi
if test x$htmldir = x${docdir} ; then
- htmldir=`eval echo ${docdir}bacula-${VERSION}/html`
+ htmldir=`eval echo ${docdir}bacula/html`
fi
if test x$docdir = x'/usr/share/doc/' ; then
- docdir=`eval echo ${docdir}bacula-${VERSION}`
+ docdir=`eval echo ${docdir}bacula`
fi
kes Directly mark all files saved by plugin as being seen for Accurate.
kes Add checks on the plugin version and the plugin license. Currently
only implemented for FD plugins.
-kes Add installation of /usr/share/doc/bacula-VERSION
+kes Add installation of /usr/share/doc/bacula
kes Modify plugin checkFile to return bRC_Seen to cause file
to remain. Previously was true/false.
27Mar09
kes Implement installation of bat help files
The help files are installed in the htmldoc dir and can be set
by --htmldoc=xxx on the ./configure. Default is:
- /usr/share/doc/bacula-version/html
+ /usr/share/doc/bacula/html
kes Update projects file
kes Apply patch from Pasi Karkkainen <pasik@iki.fi> that adds
Previous Job name to migrate job report.