git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1043 
91ce42f0-d328-0410-95d8-
f526ca767f89
 
      http://howtos.linux.com/guides/nag2/x-087-2-nfs.mountd.shtml
 
 For 1.33
+- During install, copy any console.conf to bconsole.conf.
 - Have each daemon save the last_jobs structure when exiting and
   read it back in when starting up.
 - "restore jobid=1 select" calls get_storage_xxx, which prints "JobId 1 is
 
        }
       }
       mt_com.mt_op = MTFSF;
-      mt_com.mt_count = INT32_MAX;    /* use big positive number */
+      /*
+       * ***FIXEM*** fix code to handle case that INT16_MAX is
+       *   not large enough.
+       */
+      mt_com.mt_count = INT16_MAX;    /* use big positive number */
       if (mt_com.mt_count < 0) {
         mt_com.mt_count = INT16_MAX; /* brain damaged system */
       }