]> git.pld-linux.org Git - packages/bacula.git/commitdiff
- fixes dvd-handler path in the default configuration file
authorJacek Konieczny <jajcus@pld-linux.org>
Sat, 3 Dec 2005 18:10:14 +0000 (18:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bacula-dvd-handler_path.patch -> 1.1

bacula-dvd-handler_path.patch [new file with mode: 0644]

diff --git a/bacula-dvd-handler_path.patch b/bacula-dvd-handler_path.patch
new file mode 100644 (file)
index 0000000..1e4b848
--- /dev/null
@@ -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"
+ #}
+ #
This page took 0.043607 seconds and 4 git commands to generate.