]> git.sur5r.net Git - bacula/rescue/commit
kes Put attach_dcr_to_dev in a subroutine.
authorKern Sibbald <kern@sibbald.com>
Fri, 15 Sep 2006 13:06:10 +0000 (13:06 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 15 Sep 2006 13:06:10 +0000 (13:06 +0000)
commit7a792c0b568473896780d70663a5bcc9638d508e
tree8d370c7d71c216685a541d91342639398be885dd
parent043aa29149041f5b8d9ec7b6d8ab78927031f0d3
kes  Put attach_dcr_to_dev in a subroutine.
kes  Make attaching/detaching to/from a device use a flag and
     only detach if actually attached.
kes  Add dvd-simulator.in to scripts directory and add to configure.
kes  Fix code in acquire.c that checks fd != 0 to use dev->is_open().
     This could be a cause of a number of drive reservation problems.
     Note, this code is now in attach_dcr_to_dev().
kes  Suppress doing Volume updates if it is a system job.  This should
     prevent the DVD label blocking.
kes  Clear the freespace ok flag in a couple of strategic places.