summaryrefslogtreecommitdiffstats
path: root/main/bacula-client/bacula-config.patch
blob: b6ab5037b45a4198cc7cabc99c3386607bd70a37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
--- bacula-2.4.3/src/dird/bacula-dir.conf.in.orig	2008-12-10 10:17:27.000000000 -0600
+++ bacula-2.4.3/src/dird/bacula-dir.conf.in	2008-12-10 10:17:27.000000000 -0600
@@ -16 +16 @@
-  Name = @basename@-dir
+  Name = bacula-dir
@@ -30 +30 @@
-  Client = @basename@-fd 
+  Client = bacula-fd 
@@ -51 +51 @@
-#  Client = @basename@2-fd
+#  Client = bacula2-fd
@@ -82 +82 @@
-  Client=@basename@-fd                 
+  Client=bacula-fd                 
@@ -157,2 +157,2 @@
-  Name = @basename@-fd
-  Address = @hostname@
+  Name = bacula-fd
+  Address = client.example.com
@@ -172,2 +172,2 @@
-#  Name = @basename@2-fd                
-#  Address = @hostname@2
+#  Name = bacula2-fd                
+#  Address = client2.example.com
@@ -187 +187 @@
-  Address = @hostname@                # N.B. Use a fully qualified name here
+  Address = storage.example.com                # N.B. Use a fully qualified name here
@@ -200 +200 @@
-#  Address = @hostname@                # N.B. Use a fully qualified name here
+#  Address = storage.example.com                # N.B. Use a fully qualified name here
@@ -212 +212 @@
-#  Address = @hostname@                # N.B. Use a fully qualified name here
+#  Address = storage.example.com                # N.B. Use a fully qualified name here
@@ -223 +223 @@
-#  Address = @hostname@                # N.B. Use a fully qualified name here
+#  Address = storage.example.com                # N.B. Use a fully qualified name here
@@ -299 +299 @@
-  Name = @basename@-mon
+  Name = bacula-mon
--- bacula-2.4.3/src/filed/bacula-fd.conf.in.orig	2008-12-10 10:19:12.000000000 -0600
+++ bacula-2.4.3/src/filed/bacula-fd.conf.in	2008-12-10 10:19:12.000000000 -0600
@@ -14 +14 @@
-  Name = @basename@-dir
+  Name = bacula-dir
@@ -23 +23 @@
-  Name = @basename@-mon
+  Name = bacula-mon
@@ -32 +32 @@
-  Name = @basename@-fd
+  Name = bacula-fd
@@ -42 +42 @@
-  director = @basename@-dir = all, !skipped, !restored
+  director = bacula-dir = all, !skipped, !restored
--- bacula-2.4.3/src/stored/bacula-sd.conf.in.orig	2008-12-10 10:21:45.000000000 -0600
+++ bacula-2.4.3/src/stored/bacula-sd.conf.in	2008-12-10 10:21:45.000000000 -0600
@@ -14 +14 @@
-  Name = @basename@-sd
+  Name = bacula-sd
@@ -25 +25 @@
-  Name = @basename@-dir
+  Name = bacula-dir
@@ -34 +34 @@
-  Name = @basename@-mon
+  Name = bacula-mon
@@ -228 +228 @@
-  director = @basename@-dir = all
+  director = bacula-dir = all
--- bacula-2.4.3/src/wx-console/bwx-console.conf.in.orig	2008-12-10 10:22:23.000000000 -0600
+++ bacula-2.4.3/src/wx-console/bwx-console.conf.in	2008-12-10 10:22:23.000000000 -0600
@@ -6 +6 @@
-  Name = @basename@-dir
+  Name = bacula-dir
@@ -8 +8 @@
-  address = @hostname@
+  address = server.example.com
--- bacula-2.4.3/src/tray-monitor/tray-monitor.conf.in.orig	2008-12-10 10:28:02.000000000 -0600
+++ bacula-2.4.3/src/tray-monitor/tray-monitor.conf.in	2008-12-10 10:28:02.000000000 -0600
@@ -6 +6 @@
-  Name = @basename@-mon
+  Name = bacula-mon
@@ -12,2 +12,2 @@
-  Name = @basename@-fd
-  Address = @hostname@
+  Name = bacula-fd
+  Address = client.example.com
@@ -19,2 +19,2 @@
-  Name = @basename@-sd
-  Address = @hostname@
+  Name = bacula-sd
+  Address = storage.example.com
@@ -26 +26 @@
-  Name = @basename@-dir
+  Name = bacula-dir
@@ -28 +28 @@
-  address = @hostname@
+  Address = director.example.com
--- bacula-2.4.3/src/qt-console/bat.conf.in.orig	2008-12-10 10:27:02.000000000 -0600
+++ bacula-2.4.3/src/qt-console/bat.conf.in	2008-12-10 10:27:02.000000000 -0600
@@ -6 +6 @@
-  Name = @basename@-dir
+  Name = bacula-dir
@@ -8 +8 @@
-  address = @hostname@
+  address = server.example.com
--- bacula-2.4.3/src/stored/stored.conf.in.orig	2008-12-10 10:27:44.000000000 -0600
+++ bacula-2.4.3/src/stored/stored.conf.in	2008-12-10 10:27:44.000000000 -0600
@@ -11 +11 @@
-  Address = @hostname@
+  Address = storage.example.com
@@ -22 +22 @@
-  Name = @hostname@-dir
+  Name = bacula-dir
@@ -54 +54 @@
-  director = @hostname@-dir = all
+  director = bacula-dir = all