]> git.pld-linux.org Git - packages/bacula.git/blob - bacula-dvd-handler_path.patch
- fixes dvd-handler path in the default configuration file
[packages/bacula.git] / bacula-dvd-handler_path.patch
1 diff -dur -x '*~' bacula-1.38.1.orig/src/stored/bacula-sd.conf.in bacula-1.38.1/src/stored/bacula-sd.conf.in
2 --- bacula-1.38.1.orig/src/stored/bacula-sd.conf.in     2005-11-29 12:03:06.000000000 +0100
3 +++ bacula-1.38.1/src/stored/bacula-sd.conf.in  2005-11-29 12:05:54.000000000 +0100
4 @@ -164,8 +164,8 @@
5  #  MountCommand = "/bin/mount -t iso9660 -o ro %a %m";
6  #  UnmountCommand = "/bin/umount %m";
7  #  SpoolDirectory = /tmp/backup;
8 -#  WritePartCommand = "/etc/bacula/dvd-handler %a write %e %v"
9 -#  FreeSpaceCommand = "/etc/bacula/dvd-handler %a free"
10 +#  WritePartCommand = "/usr/lib/bacula/dvd-handler %a write %e %v"
11 +#  FreeSpaceCommand = "/usr/lib/bacula/dvd-handler %a free"
12  #}
13  
14  #
This page took 0.08235 seconds and 3 git commands to generate.