X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Ffiled%2Fbacula-fd.conf.in;h=36f1061b5d38c0301de9cf5533e3309e0df337ee;hb=72863eb7569fa014b05e8f98aac32d773825b51c;hp=1ca546d4bb5e68b51f2fd26a6ef195c963129df6;hpb=a1317ffc39cb931e47cf6aa3b438b4e6d783ed0b;p=bacula%2Fbacula diff --git a/bacula/src/filed/bacula-fd.conf.in b/bacula/src/filed/bacula-fd.conf.in index 1ca546d4bb..36f1061b5d 100644 --- a/bacula/src/filed/bacula-fd.conf.in +++ b/bacula/src/filed/bacula-fd.conf.in @@ -11,7 +11,7 @@ # List Directors who are permitted to contact this File daemon # Director { - Name = @hostname@-dir + Name = @basename@-dir Password = "@fd_password@" } @@ -20,7 +20,7 @@ Director { # status of the file daemon # Director { - Name = @hostname@-mon + Name = @basename@-mon Password = "@mon_fd_password@" Monitor = yes } @@ -29,7 +29,7 @@ Director { # "Global" File daemon configuration specifications # FileDaemon { # this is me - Name = @hostname@-fd + Name = @basename@-fd FDport = @fd_port@ # where we listen for the director WorkingDirectory = @working_dir@ Pid Directory = @piddir@ @@ -39,5 +39,5 @@ FileDaemon { # this is me # Send all messages except skipped files back to Director Messages { Name = Standard - director = @hostname@-dir = all, !skipped, !restored + director = @basename@-dir = all, !skipped, !restored }