From: Kern Sibbald Date: Mon, 17 Oct 2005 06:03:58 +0000 (+0000) Subject: Update dvd-handler in bacula-sd.conf.in X-Git-Tag: Release-7.0.0~8386 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e5a9760e4fffac91ad7b5b431766af01d141873a;p=bacula%2Fbacula Update dvd-handler in bacula-sd.conf.in git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2454 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/stored/bacula-sd.conf.in b/bacula/src/stored/bacula-sd.conf.in index ce1609126b..ee5284a824 100644 --- a/bacula/src/stored/bacula-sd.conf.in +++ b/bacula/src/stored/bacula-sd.conf.in @@ -164,8 +164,8 @@ Device { # MountCommand = "/bin/mount -t iso9660 -o ro %a %m"; # UnmountCommand = "/bin/umount %m"; # SpoolDirectory = /tmp/backup; -# WritePartCommand = "/etc/bacula/dvd-writepart %e %a %v" -# FreeSpaceCommand = "/etc/bacula/dvd-freespace %a %e" +# WritePartCommand = "/etc/bacula/dvd-handler %e %a %v" +# FreeSpaceCommand = "/etc/bacula/dvd-handler %a %e" #} # diff --git a/bacula/src/version.h b/bacula/src/version.h index 9de28b7b26..1a0f6888da 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -4,8 +4,8 @@ #undef VERSION #define VERSION "1.37.41" -#define BDATE "14 October 2005" -#define LSMDATE "14Oct05" +#define BDATE "16 October 2005" +#define LSMDATE "16Oct05" /* Debug flags */ #undef DEBUG