From: Eric Bollengier Date: Thu, 2 Oct 2008 15:25:46 +0000 (+0000) Subject: ebl Fix typo in configure.in that breaks --with-db-password option X-Git-Tag: Release-2.4.3~9 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=498316f1ae74dbe5672c39532c527231340a5491;p=bacula%2Fbacula ebl Fix typo in configure.in that breaks --with-db-password option git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7682 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index 9a35711054..a89f070075 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -1246,7 +1246,7 @@ AC_SUBST(db_user) 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 diff --git a/bacula/technotes-2.4 b/bacula/technotes-2.4 index 656d08e381..fd739edd52 100644 --- a/bacula/technotes-2.4 +++ b/bacula/technotes-2.4 @@ -1,6 +1,8 @@ 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