git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7682
91ce42f0-d328-0410-95d8-
f526ca767f89
db_password=
AC_ARG_WITH(db_password,
- [ --with-db-password=UNAME specify database password (default *none*)]
+ [ --with-db-password=UNAME specify database password (default *none*)],
[
if test "x$withval" != "x" ; then
db_password=$withval
Technical notes on version 2.4
General:
+02Oct08
+ebl Fix typo in configure.in that breaks --with-db-password option
24Sep08
kes This code should fix the race condition that leads to a Director
crash at job end time when the job list is updated. This was reported