From: Marco van Wieringen Date: Sun, 25 Oct 2009 11:39:24 +0000 (+0100) Subject: Fix comment X-Git-Tag: Release-5.0.0~281^2~43 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9dac0d11a8666e53b84dc8c246623a86678be56e;p=bacula%2Fbacula Fix comment --- diff --git a/bacula/src/stored/dev.h b/bacula/src/stored/dev.h index f77c18f0d3..e7085c5056 100644 --- a/bacula/src/stored/dev.h +++ b/bacula/src/stored/dev.h @@ -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 */