From dfa287b1951303424799f1e2c2f5f0eb59272a7b Mon Sep 17 00:00:00 2001 From: Jacek Konieczny Date: Sat, 3 Dec 2005 18:10:14 +0000 Subject: [PATCH] - fixes dvd-handler path in the default configuration file Changed files: bacula-dvd-handler_path.patch -> 1.1 --- bacula-dvd-handler_path.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 bacula-dvd-handler_path.patch diff --git a/bacula-dvd-handler_path.patch b/bacula-dvd-handler_path.patch new file mode 100644 index 0000000..1e4b848 --- /dev/null +++ b/bacula-dvd-handler_path.patch @@ -0,0 +1,14 @@ +diff -dur -x '*~' bacula-1.38.1.orig/src/stored/bacula-sd.conf.in bacula-1.38.1/src/stored/bacula-sd.conf.in +--- bacula-1.38.1.orig/src/stored/bacula-sd.conf.in 2005-11-29 12:03:06.000000000 +0100 ++++ bacula-1.38.1/src/stored/bacula-sd.conf.in 2005-11-29 12:05:54.000000000 +0100 +@@ -164,8 +164,8 @@ + # MountCommand = "/bin/mount -t iso9660 -o ro %a %m"; + # UnmountCommand = "/bin/umount %m"; + # SpoolDirectory = /tmp/backup; +-# WritePartCommand = "/etc/bacula/dvd-handler %a write %e %v" +-# FreeSpaceCommand = "/etc/bacula/dvd-handler %a free" ++# WritePartCommand = "/usr/lib/bacula/dvd-handler %a write %e %v" ++# FreeSpaceCommand = "/usr/lib/bacula/dvd-handler %a free" + #} + + # -- 2.43.0