]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix comment
authorMarco van Wieringen <mvw@planets.elm.net>
Sun, 25 Oct 2009 11:39:24 +0000 (12:39 +0100)
committerMarco van Wieringen <mvw@planets.elm.net>
Sun, 25 Oct 2009 11:39:24 +0000 (12:39 +0100)
bacula/src/stored/dev.h

index f77c18f0d325faee31d562a31a83b438675ca9c4..e7085c505648549769fae6d1a3ed12215777b9ab 100644 (file)
@@ -134,7 +134,7 @@ enum {
 #define CAP_CLOSEONPOLL    (1<<18)    /* Close device on polling */
 #define CAP_POSITIONBLOCKS (1<<19)    /* Use block positioning */
 #define CAP_MTIOCGET       (1<<20)    /* Basic support for fileno and blkno */
-#define CAP_REQMOUNT       (1<<21)    /* Require mount to read files back (typically: DVD) */
+#define CAP_REQMOUNT       (1<<21)    /* Require mount/unmount */
 #define CAP_CHECKLABELS    (1<<22)    /* Check for ANSI/IBM labels */
 #define CAP_BLOCKCHECKSUM  (1<<23)    /* Create/test block checksum */