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