[bacula] Missing dummy config in bconsole.conf

Simone Caronni slaanesh at fedoraproject.org
Wed Dec 7 17:19:32 UTC 2011


commit 84365c0d5d8e6b80ab866a68b924a56f76bfded9
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Wed Dec 7 18:19:17 2011 +0100

    Missing dummy config in bconsole.conf

 bacula-5.2.2-config.patch |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/bacula-5.2.2-config.patch b/bacula-5.2.2-config.patch
index b1e1bc0..de8c817 100644
--- a/bacula-5.2.2-config.patch
+++ b/bacula-5.2.2-config.patch
@@ -116,3 +116,14 @@ diff -Naur bacula-5.2.2.old/src/wx-console/bwx-console.conf.in bacula-5.2.2/src/
 +  address = director.example.com
    Password = "@dir_password@"
  }
+diff -Naur bacula-5.2.2.old/src/console/bconsole.conf.in bacula-5.2.2/src/console/bconsole.conf.in
+--- bacula-5.2.2.old/src/console/bconsole.conf.in	2011-12-07 18:16:49.956086547 +0100
++++ bacula-5.2.2/src/console/bconsole.conf.in	2011-12-07 18:17:15.458575195 +0100
+@@ -5,6 +5,6 @@
+ Director {
+   Name = @basename at -dir
+   DIRport = @dir_port@
+-  address = @hostname@
++  address = director.example.com
+   Password = "@dir_password@"
+ }


More information about the scm-commits mailing list