27df66b44d
Bacula changelog: http://bacula.svn.sourceforge.net/viewvc/bacula/branches/Branch-2.2/bacula/ChangeLog?revision=6309&view=markup Major port change in this version: -main subpackage is now bacula-client -server subpackage remains bacula-server -bat subpackage is new bacula admin tool -client subpackage goes away. If the old -main subpackage was installed, the upgrade path is to install both bacula-client and bacula-server. Lots of input and assistance from sthen and okan. ok okan; "if it works for you, go for it" sthen
15 lines
384 B
Plaintext
15 lines
384 B
Plaintext
$OpenBSD: patch-src_qt-console_bat_conf_in,v 1.1 2008/02/07 02:53:35 merdely Exp $
|
|
--- src/qt-console/bat.conf.in.orig Sat Jul 28 06:36:28 2007
|
|
+++ src/qt-console/bat.conf.in Mon Oct 22 11:51:54 2007
|
|
@@ -3,8 +3,8 @@
|
|
#
|
|
|
|
Director {
|
|
- Name = @hostname@-dir
|
|
+ Name = bacula-dir
|
|
DIRport = @dir_port@
|
|
- address = @hostname@
|
|
+ address = 127.0.0.1
|
|
Password = "@dir_password@"
|
|
}
|