From: Eric Bollengier Date: Mon, 9 Jun 2008 21:12:40 +0000 (+0000) Subject: ebl fix vtape compilation X-Git-Tag: Release-3.0.0~1322 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d7ae7b91163f11d067658a326e765836d54b7879;p=bacula%2Fbacula ebl fix vtape compilation git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7126 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/stored/dev.c b/bacula/src/stored/dev.c index 793a7a2740..9e4f713ec8 100644 --- a/bacula/src/stored/dev.c +++ b/bacula/src/stored/dev.c @@ -128,7 +128,7 @@ init_dev(JCR *jcr, DEVRES *device) } 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)) { diff --git a/bacula/src/version.h b/bacula/src/version.h index 3530506c88..03027f7d72 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -58,11 +58,11 @@ #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 /*