]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Fix typo in configure.in that breaks --with-db-password option
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 2 Oct 2008 15:25:46 +0000 (15:25 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 2 Oct 2008 15:25:46 +0000 (15:25 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7682 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/autoconf/configure.in
bacula/technotes-2.4

index 9a35711054612c0fe733ceaf3c9ac61d1219cba9..a89f070075329fd204227fc0c36d5ab7f8631856 100644 (file)
@@ -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
index 656d08e381a742389e2a2ba21b9cb17eaf8721d0..fd739edd520fb6a683193718ac67efcebaad74c2 100644 (file)
@@ -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