of bug #1250
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8538 
91ce42f0-d328-0410-95d8-
f526ca767f89
 
    Dmsg2(100, "do_mount: cmd=%s mounted=%d\n", ocmd.c_str(), !!is_mounted());
 
    if (dotimeout) {
-      /* Try at most 1 time to (un)mount the device. This should perhaps be configurable. */
-      timeout = 1;
+      /* Try at most 10 times to (un)mount the device. This should perhaps be configurable. */
+      timeout = 10;
    } else {
       timeout = 0;
    }
 
 
 #undef  VERSION
 #define VERSION "2.5.42-b2"
-#define BDATE   "14 March 2009"
-#define LSMDATE "14Mar09"
+#define BDATE   "16 March 2009"
+#define LSMDATE "16Mar09"
 
 #define PROG_COPYRIGHT "Copyright (C) %d-2009 Free Software Foundation Europe e.V.\n"
 #define BYEAR "2009"       /* year for copyright messages in progs */
 
 
 
 General:
+16Mar09
+kes  Increase timeout for unmounting DVD as suggested by reporter
+     of bug #1250.
 15Mar09
 jh   Fix by James Harper to print error code when attempting to
      restore two databases (only one is permitted). This responds