]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/crypto-bacula-fd.conf.in
regress: tweak the message in the update_win32()
[bacula/bacula] / regress / scripts / crypto-bacula-fd.conf.in
index 0dc057ef5ac8c97a8a3ed48c366d09ebfe4050db..607c65d8f06a3fd82837ebcc71e1844dce79b91e 100644 (file)
@@ -20,7 +20,7 @@ Director {
 #
 FileDaemon {                          # this is me
   Name = @hostname@-fd
-  FDport = 8102                  # where we listen for the director
+  FDPort = @fdport@                  # where we listen for the director
   WorkingDirectory = "@working_dir@"
   Pid Directory = "@piddir@"
   SubSys Directory = "@subsysdir@"
@@ -33,5 +33,5 @@ FileDaemon {                          # this is me
 # Send all messages except skipped files back to Director
 Messages {
   Name = Standard
-  director = @hostname@-dir = all, !terminate
+  director = @hostname@-dir = all, !terminate, !restored
 }