0745245
--- bacula-1.38.11/src/dird/bacula-dir.conf.in.orig	2006-09-03 03:13:26.000000000 +0200
0745245
+++ bacula-1.38.11/src/dird/bacula-dir.conf.in	2006-09-03 03:14:46.000000000 +0200
0745245
@@ -15,7 +15,7 @@
0745245
 Director {                            # define myself
0745245
   Name = @hostname@-dir
0745245
   DIRport = @dir_port@                # where we listen for UA connections
0745245
-  QueryFile = "@scriptdir@/query.sql"
0745245
+  QueryFile = "/etc/bacula/query.sql"
0745245
   WorkingDirectory = "@working_dir@"
0745245
   PidDirectory = "@piddir@"
0745245
   Maximum Concurrent Jobs = 1
0745245
@@ -101,11 +101,10 @@
0745245
 #    if you have other partitons such as /usr or /home
0745245
 #    you will probably want to add them too.
0745245
 #
0745245
-#  By default this is defined to point to the Bacula build
0745245
-#    directory to give a reasonable FileSet to backup to
0745245
-#    disk storage during initial testing.
0745245
+#  This File-directive would backup your whole filesystem.
0745245
+#    It is disabled by default
0745245
 #
0745245
-    File = @BUILD_DIR@
0745245
+#    File = /
0745245
   }
0745245
 
0745245
 #
0745245
@@ -266,7 +266,7 @@
0745245
   mailcommand = "@sbindir@/bsmtp -h @smtp_host@ -f \"\(Bacula\) %r\" -s \"Bacula daemon message\" %r"
0745245
   mail = @job_email@ = all, !skipped
0745245
   console = all, !skipped, !saved
0745245
-  append = "@working_dir@/log" = all, !skipped
0745245
+  append = "/var/log/bacula.log" = all, !skipped
0745245
 }
0745245