758f5df
--- bacula-2.0.2/src/gnome2-console/gnome-console.conf.in.orig	2007-02-06 13:35:12.000000000 +0100
758f5df
+++ bacula-2.0.2/src/gnome2-console/gnome-console.conf.in	2007-02-06 13:35:25.000000000 +0100
758f5df
@@ -3,9 +3,9 @@
758f5df
 #
758f5df
 
758f5df
 Director {
758f5df
-  Name = @hostname@-dir
758f5df
+  Name = bacula-dir
758f5df
   DIRport = @dir_port@
758f5df
-  address = @hostname@
758f5df
+  address = server.example.com
758f5df
   Password = "@dir_password@"
758f5df
 }
758f5df
 
758f5df
--- bacula-2.0.2/src/dird/bacula-dir.conf.in.orig	2007-02-06 13:33:19.000000000 +0100
758f5df
+++ bacula-2.0.2/src/dird/bacula-dir.conf.in	2007-02-06 13:34:49.000000000 +0100
758f5df
@@ -13,7 +13,7 @@
758f5df
 #
758f5df
 
758f5df
 Director {                            # define myself
758f5df
-  Name = @hostname@-dir
758f5df
+  Name = bacula-dir
758f5df
   DIRport = @dir_port@                # where we listen for UA connections
758f5df
   QueryFile = "@scriptdir@/query.sql"
758f5df
   WorkingDirectory = "@working_dir@"
758f5df
@@ -27,7 +27,7 @@
758f5df
   Name = "DefaultJob"
758f5df
   Type = Backup
758f5df
   Level = Incremental
758f5df
-  Client = @hostname@-fd 
758f5df
+  Client = bacula-fd 
758f5df
   FileSet = "Full Set"
758f5df
   Schedule = "WeeklyCycle"
758f5df
   Storage = File
758f5df
@@ -48,7 +48,7 @@
758f5df
 
758f5df
 #Job {
758f5df
 #  Name = "Client2"
758f5df
-#  Client = @hostname@2-fd
758f5df
+#  Client = bacula2-fd
758f5df
 #  JobDefs = "DefaultJob"
758f5df
 #  Write Bootstrap = "@working_dir@/Client2.bsr"
758f5df
 #}
758f5df
@@ -75,7 +75,7 @@
758f5df
 Job {
758f5df
   Name = "RestoreFiles"
758f5df
   Type = Restore
758f5df
-  Client=@hostname@-fd                 
758f5df
+  Client=bacula-fd                 
758f5df
   FileSet="Full Set"                  
758f5df
   Storage = File                      
758f5df
   Pool = Default
758f5df
@@ -149,8 +149,8 @@
758f5df
 
758f5df
 # Client (File Services) to backup
758f5df
 Client {
758f5df
-  Name = @hostname@-fd
758f5df
-  Address = @hostname@
758f5df
+  Name = bacula-fd
758f5df
+  Address = client.example.com
758f5df
   FDPort = @fd_port@
758f5df
   Catalog = MyCatalog
758f5df
   Password = "@fd_password@"          # password for FileDaemon
758f5df
@@ -164,8 +164,8 @@
758f5df
 #  You should change Name, Address, and Password before using
758f5df
 #
758f5df
 #Client {
758f5df
-#  Name = @hostname@2-fd                
758f5df
-#  Address = @hostname@2
758f5df
+#  Name = bacula2-fd                
758f5df
+#  Address = client2.example.com
758f5df
 #  FDPort = @fd_port@
758f5df
 #  Catalog = MyCatalog
758f5df
 #  Password = "@fd_password@2"         # password for FileDaemon 2
758f5df
@@ -179,7 +179,7 @@
758f5df
 Storage {
758f5df
   Name = File
758f5df
 # Do not use "localhost" here    
758f5df
-  Address = @hostname@                # N.B. Use a fully qualified name here
758f5df
+  Address = storage.example.com        # N.B. Use a fully qualified name here
758f5df
   SDPort = @sd_port@
758f5df
   Password = "@sd_password@"
758f5df
   Device = FileStorage
758f5df
@@ -192,7 +192,7 @@
758f5df
 #Storage {
758f5df
 #  Name = DDS-4    
758f5df
 #  Do not use "localhost" here
758f5df
-#  Address = @hostname@                # N.B. Use a fully qualified name here
758f5df
+#  Address = storage.example.com       # N.B. Use a fully qualified name here
758f5df
 #  SDPort = @sd_port@
758f5df
 #  Password = "@sd_password@"          # password for Storage daemon
758f5df
 #  Device = DDS-4                      # must be same as Device in Storage daemon
758f5df
@@ -204,7 +204,7 @@
758f5df
 #Storage {
758f5df
 #  Name = "8mmDrive"
758f5df
 #  Do not use "localhost" here
758f5df
-#  Address = @hostname@                # N.B. Use a fully qualified name here
758f5df
+#  Address = storage.example.com       # N.B. Use a fully qualified name here
758f5df
 #  SDPort = @sd_port@
758f5df
 #  Password = "@sd_password@"
758f5df
 #  Device = "Exabyte 8mm"
758f5df
@@ -215,7 +215,7 @@
758f5df
 #Storage {
758f5df
 #  Name = "DVD"
758f5df
 #  Do not use "localhost" here
758f5df
-#  Address = @hostname@                # N.B. Use a fully qualified name here
758f5df
+#  Address = storage.example.com       # N.B. Use a fully qualified name here
758f5df
 #  SDPort = @sd_port@
758f5df
 #  Password = "@sd_password@"
758f5df
 #  Device = "DVD Writer"
758f5df
@@ -285,7 +285,7 @@
758f5df
 # Restricted console used by tray-monitor to get the status of the director
758f5df
 #
758f5df
 Console {
758f5df
-  Name = @hostname@-mon
758f5df
+  Name = bacula-mon
758f5df
   Password = "@mon_dir_password@"
758f5df
   CommandACL = status, .status
758f5df
 }
758f5df
--- bacula-2.0.2/src/filed/bacula-fd.conf.in.orig	2007-02-06 13:30:59.000000000 +0100
758f5df
+++ bacula-2.0.2/src/filed/bacula-fd.conf.in	2007-02-06 13:31:25.000000000 +0100
758f5df
@@ -11,7 +11,7 @@
758f5df
 # List Directors who are permitted to contact this File daemon
758f5df
 #
758f5df
 Director {
758f5df
-  Name = @hostname@-dir
758f5df
+  Name = bacula-dir
758f5df
   Password = "@fd_password@"
758f5df
 }
758f5df
 
758f5df
@@ -20,7 +20,7 @@
758f5df
 #   status of the file daemon
758f5df
 #
758f5df
 Director {
758f5df
-  Name = @hostname@-mon
758f5df
+  Name = bacula-mon
758f5df
   Password = "@mon_fd_password@"
758f5df
   Monitor = yes
758f5df
 }
758f5df
@@ -29,7 +29,7 @@
758f5df
 # "Global" File daemon configuration specifications
758f5df
 #
758f5df
 FileDaemon {                          # this is me
758f5df
-  Name = @hostname@-fd
758f5df
+  Name = bacula-fd
758f5df
   FDport = @fd_port@                  # where we listen for the director
758f5df
   WorkingDirectory = @working_dir@
758f5df
   Pid Directory = @piddir@
758f5df
@@ -39,5 +39,5 @@
758f5df
 # Send all messages except skipped files back to Director
758f5df
 Messages {
758f5df
   Name = Standard
758f5df
-  director = @hostname@-dir = all, !skipped, !restored
758f5df
+  director = bacula-dir = all, !skipped, !restored
758f5df
 }
758f5df
--- bacula-2.0.2/src/console/bconsole.conf.in.orig	2007-02-06 13:32:30.000000000 +0100
758f5df
+++ bacula-2.0.2/src/console/bconsole.conf.in	2007-02-06 13:33:06.000000000 +0100
758f5df
@@ -3,8 +3,8 @@
758f5df
 #
758f5df
 
758f5df
 Director {
758f5df
-  Name = @hostname@-dir
758f5df
+  Name = bacula-dir
758f5df
   DIRport = @dir_port@
758f5df
-  address = @hostname@
758f5df
+  address = server.example.com
758f5df
   Password = "@dir_password@"
758f5df
 }
758f5df
--- bacula-2.0.2/src/stored/bacula-sd.conf.in.orig	2007-02-06 13:31:56.000000000 +0100
758f5df
+++ bacula-2.0.2/src/stored/bacula-sd.conf.in	2007-02-06 13:32:15.000000000 +0100
758f5df
@@ -11,7 +11,7 @@
758f5df
 #
758f5df
 
758f5df
 Storage {                             # definition of myself
758f5df
-  Name = @hostname@-sd
758f5df
+  Name = bacula-sd
758f5df
   SDPort = @sd_port@                  # Director's port      
758f5df
   WorkingDirectory = "@working_dir@"
758f5df
   Pid Directory = "@piddir@"
758f5df
@@ -22,7 +22,7 @@
758f5df
 # List Directors who are permitted to contact Storage daemon
758f5df
 #
758f5df
 Director {
758f5df
-  Name = @hostname@-dir
758f5df
+  Name = bacula-dir
758f5df
   Password = "@sd_password@"
758f5df
 }
758f5df
 
758f5df
@@ -31,7 +31,7 @@
758f5df
 #   status of the storage daemon
758f5df
 #
758f5df
 Director {
758f5df
-  Name = @hostname@-mon
758f5df
+  Name = bacula-mon
758f5df
   Password = "@mon_sd_password@"
758f5df
   Monitor = yes
758f5df
 }
758f5df
@@ -204,5 +204,5 @@
758f5df
 #
758f5df
 Messages {
758f5df
   Name = Standard
758f5df
-  director = @hostname@-dir = all
758f5df
+  director = bacula-dir = all
758f5df
 }
758f5df
--- bacula-2.0.2/src/wx-console/wx-console.conf.in.orig	2007-02-06 13:37:12.000000000 +0100
758f5df
+++ bacula-2.0.2/src/wx-console/wx-console.conf.in	2007-02-06 13:47:02.000000000 +0100
758f5df
@@ -3,8 +3,8 @@
758f5df
 #
758f5df
 
758f5df
 Director {
758f5df
-  Name = @hostname@-dir
758f5df
+  Name = bacula-dir
758f5df
   DIRport = @dir_port@
758f5df
-  address = @hostname@
758f5df
+  address = server.example.com
758f5df
   Password = "@dir_password@"
758f5df
 }
758f5df
--- bacula-2.0.2/src/tray-monitor/tray-monitor.conf.in.orig	2007-02-06 13:47:13.000000000 +0100
758f5df
+++ bacula-2.0.2/src/tray-monitor/tray-monitor.conf.in	2007-02-06 13:47:55.000000000 +0100
758f5df
@@ -3,27 +3,27 @@
758f5df
 #
758f5df
 
758f5df
 Monitor {
758f5df
-  Name = @hostname@-mon
758f5df
+  Name = bacula-mon
758f5df
   Password = "@mon_dir_password@"         # password for the Directors   
758f5df
   RefreshInterval = 5 seconds
758f5df
 }
758f5df
    
758f5df
 Client {
758f5df
-  Name = @hostname@-fd
758f5df
-  Address = @hostname@
758f5df
+  Name = bacula-fd
758f5df
+  Address = client.example.com
758f5df
   FDPort = @fd_port@
758f5df
   Password = "@mon_fd_password@"          # password for FileDaemon
758f5df
 }
758f5df
 
758f5df
 Storage {
758f5df
-  Name = @hostname@-sd
758f5df
-  Address = @hostname@
758f5df
+  Name = bacula-sd
758f5df
+  Address = storage.example.com
758f5df
   SDPort = @sd_port@
758f5df
   Password = "@mon_sd_password@"          # password for StorageDaemon
758f5df
 }
758f5df
 
758f5df
 Director {
758f5df
-  Name = @hostname@-dir
758f5df
+  Name = bacula-dir
758f5df
   DIRport = @dir_port@
758f5df
-  address = @hostname@
758f5df
-}
758f5df
\ No newline at end of file
758f5df
+  address = server.example.com
758f5df
+}