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