Author: jajcus Date: Sat Dec 3 18:10:22 2005 GMT Module: SOURCES Tag: HEAD ---- Log message: - fixes dvd-handler path in the default configuration file
---- Files affected: SOURCES: bacula-dvd-handler_path.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/bacula-dvd-handler_path.patch diff -u /dev/null SOURCES/bacula-dvd-handler_path.patch:1.1 --- /dev/null Sat Dec 3 19:10:22 2005 +++ SOURCES/bacula-dvd-handler_path.patch Sat Dec 3 19:10:14 2005 @@ -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" + #} + + # ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
