]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/tls-bacula-fd.conf.in
ebl Add tests for bpipe on win32
[bacula/bacula] / regress / scripts / tls-bacula-fd.conf.in
index 6317ecc800a91207a3e6281d2493f89d6cfdba71..2f3e53f50eac146f30d464e93cc6834ea982b01d 100644 (file)
@@ -24,7 +24,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@"
@@ -37,5 +37,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
 }