From f44491c3e2321f4b0796d931abbeb3a8cc180955 Mon Sep 17 00:00:00 2001 From: Dan Langille Date: Thu, 18 Oct 2007 20:56:27 +0000 Subject: [PATCH] /etc/bacula => @scriptdir@ git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5762 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/stored/bacula-sd.conf.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bacula/src/stored/bacula-sd.conf.in b/bacula/src/stored/bacula-sd.conf.in index 93f034de9e..4c0ad8b598 100644 --- a/bacula/src/stored/bacula-sd.conf.in +++ b/bacula/src/stored/bacula-sd.conf.in @@ -181,8 +181,8 @@ Device { # 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 = "@scriptdir@/dvd-handler %a write %e %v" +# FreeSpaceCommand = "@scriptdir@/dvd-handler %a free" #} # -- 2.39.5