bacula/bacula-config.patch

123 lines
4.2 KiB
Diff
Raw Normal View History

2008-12-10 18:59:21 +00:00
--- bacula-2.4.3/src/gnome2-console/bgnome-console.conf.in.orig 2008-12-10 10:12:18.000000000 -0600
+++ bacula-2.4.3/src/gnome2-console/bgnome-console.conf.in 2008-12-10 10:12:18.000000000 -0600
@@ -6 +6 @@
2007-07-24 20:11:04 +00:00
- Name = @hostname@-dir
+ Name = bacula-dir
2008-12-10 18:59:21 +00:00
@@ -8 +8 @@
2007-07-24 20:11:04 +00:00
- address = @hostname@
+ address = server.example.com
2008-12-10 18:59:21 +00:00
--- 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 @@
2007-07-24 20:11:04 +00:00
- Name = @hostname@-dir
+ Name = bacula-dir
2008-12-10 18:59:21 +00:00
@@ -30 +30 @@
2007-07-24 20:11:04 +00:00
- Client = @hostname@-fd
+ Client = bacula-fd
2008-12-10 18:59:21 +00:00
@@ -51 +51 @@
2007-07-24 20:11:04 +00:00
-# Client = @hostname@2-fd
+# Client = bacula2-fd
2008-12-10 18:59:21 +00:00
@@ -82 +82 @@
2007-07-24 20:11:04 +00:00
- Client=@hostname@-fd
+ Client=bacula-fd
2008-12-10 18:59:21 +00:00
@@ -157,2 +157,2 @@
2007-07-24 20:11:04 +00:00
- Name = @hostname@-fd
- Address = @hostname@
+ Name = bacula-fd
+ Address = client.example.com
2008-12-10 18:59:21 +00:00
@@ -172,2 +172,2 @@
2007-07-24 20:11:04 +00:00
-# Name = @hostname@2-fd
-# Address = @hostname@2
+# Name = bacula2-fd
+# Address = client2.example.com
2008-12-10 18:59:21 +00:00
@@ -187 +187 @@
2007-07-24 20:11:04 +00:00
- Address = @hostname@ # N.B. Use a fully qualified name here
2008-12-10 18:59:21 +00:00
+ Address = storage.example.com # N.B. Use a fully qualified name here
@@ -200 +200 @@
2007-07-24 20:11:04 +00:00
-# Address = @hostname@ # N.B. Use a fully qualified name here
2008-12-10 18:59:21 +00:00
+# Address = storage.example.com # N.B. Use a fully qualified name here
@@ -212 +212 @@
2007-07-24 20:11:04 +00:00
-# Address = @hostname@ # N.B. Use a fully qualified name here
2008-12-10 18:59:21 +00:00
+# Address = storage.example.com # N.B. Use a fully qualified name here
@@ -223 +223 @@
2007-07-24 20:11:04 +00:00
-# Address = @hostname@ # N.B. Use a fully qualified name here
2008-12-10 18:59:21 +00:00
+# Address = storage.example.com # N.B. Use a fully qualified name here
@@ -299 +299 @@
2007-07-24 20:11:04 +00:00
- Name = @hostname@-mon
+ Name = bacula-mon
2008-12-10 18:59:21 +00:00
--- 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 @@
2007-07-24 20:11:04 +00:00
- Name = @hostname@-dir
+ Name = bacula-dir
2008-12-10 18:59:21 +00:00
@@ -23 +23 @@
2007-07-24 20:11:04 +00:00
- Name = @hostname@-mon
+ Name = bacula-mon
2008-12-10 18:59:21 +00:00
@@ -32 +32 @@
2007-07-24 20:11:04 +00:00
- Name = @hostname@-fd
+ Name = bacula-fd
2008-12-10 18:59:21 +00:00
@@ -42 +42 @@
2007-07-24 20:11:04 +00:00
- director = @hostname@-dir = all, !skipped, !restored
+ director = bacula-dir = all, !skipped, !restored
2008-12-10 18:59:21 +00:00
--- 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 @@
2007-07-24 20:11:04 +00:00
- Name = @hostname@-sd
+ Name = bacula-sd
2008-12-10 18:59:21 +00:00
@@ -25 +25 @@
2007-07-24 20:11:04 +00:00
- Name = @hostname@-dir
+ Name = bacula-dir
2008-12-10 18:59:21 +00:00
@@ -34 +34 @@
2007-07-24 20:11:04 +00:00
- Name = @hostname@-mon
+ Name = bacula-mon
2008-12-10 18:59:21 +00:00
@@ -228 +228 @@
2007-07-24 20:11:04 +00:00
- director = @hostname@-dir = all
+ director = bacula-dir = all
2008-12-10 18:59:21 +00:00
--- 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 @@
2007-07-24 20:11:04 +00:00
- Name = @hostname@-dir
+ Name = bacula-dir
2008-12-10 18:59:21 +00:00
@@ -8 +8 @@
2007-07-24 20:11:04 +00:00
- address = @hostname@
+ address = server.example.com
2008-12-10 18:59:21 +00:00
--- 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 @@
2007-07-24 20:11:04 +00:00
- Name = @hostname@-mon
+ Name = bacula-mon
2008-12-10 18:59:21 +00:00
@@ -12,2 +12,2 @@
2007-07-24 20:11:04 +00:00
- Name = @hostname@-fd
- Address = @hostname@
+ Name = bacula-fd
+ Address = client.example.com
2008-12-10 18:59:21 +00:00
@@ -19,2 +19,2 @@
2007-07-24 20:11:04 +00:00
- Name = @hostname@-sd
- Address = @hostname@
+ Name = bacula-sd
+ Address = storage.example.com
2008-12-10 18:59:21 +00:00
@@ -26 +26 @@
- Name = @hostname@-dir
+ Name = bacula-dir
@@ -28 +27,0 @@
- address = @hostname@
--- 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 @@
2007-07-24 20:11:04 +00:00
- Name = @hostname@-dir
+ Name = bacula-dir
2008-12-10 18:59:21 +00:00
@@ -8 +8 @@
2007-07-24 20:11:04 +00:00
- address = @hostname@
+ address = server.example.com
2008-12-10 18:59:21 +00:00
--- 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