From: Jacek Konieczny Date: Sat, 3 Dec 2005 18:10:14 +0000 (+0000) Subject: - fixes dvd-handler path in the default configuration file X-Git-Tag: AC-STABLE~33 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fbacula.git;a=commitdiff_plain;h=dfa287b1951303424799f1e2c2f5f0eb59272a7b - fixes dvd-handler path in the default configuration file Changed files: bacula-dvd-handler_path.patch -> 1.1 --- 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" + #} + + #