openbsd-ports/sysutils/bacula/patches/patch-src_qt-console_bat_conf_in

12 lines
358 B
Plaintext
Raw Normal View History

$OpenBSD: patch-src_qt-console_bat_conf_in,v 1.2 2009/10/02 02:34:05 merdely Exp $
--- src/qt-console/bat.conf.in.orig Thu May 14 12:06:41 2009
+++ src/qt-console/bat.conf.in Tue Sep 1 22:31:52 2009
@@ -5,6 +5,6 @@
Director {
Name = @basename@-dir
DIRport = @dir_port@
- address = @hostname@
+ address = 127.0.0.1
Password = "@dir_password@"
}