git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7126
91ce42f0-d328-0410-95d8-
f526ca767f89
} else if (S_ISFIFO(statp.st_mode)) {
device->dev_type = B_FIFO_DEV;
#ifdef USE_VTAPE
- /* must set DeviceType = Faketape
+ /* must set DeviceType = Vtape
* in normal mode, autodetection is disabled
*/
} else if (S_ISREG(statp.st_mode)) {
#endif
/*
- * USE_FAKETAPE is a dummy tape driver. This is useful to
+ * USE_VTAPE is a dummy tape driver. This is useful to
* run regress test.
*/
#ifdef DEVELOPER
-#define USE_FAKETAPE
+#define USE_VTAPE
#endif
/*