]> git.sur5r.net Git - bacula/bacula/commitdiff
added automatically generated config file.
authorNicolas Boichat <nicolas@boichat.ch>
Fri, 23 Apr 2004 21:17:57 +0000 (21:17 +0000)
committerNicolas Boichat <nicolas@boichat.ch>
Fri, 23 Apr 2004 21:17:57 +0000 (21:17 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1281 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/win32/wx-console/wx-console.conf.in [new file with mode: 0644]

diff --git a/bacula/src/win32/wx-console/wx-console.conf.in b/bacula/src/win32/wx-console/wx-console.conf.in
new file mode 100644 (file)
index 0000000..010797b
--- /dev/null
@@ -0,0 +1,10 @@
+#
+# Bacula User Agent (or Console) Configuration File
+#
+
+Director {
+  Name = @hostname@-dir
+  DIRport = @dir_port@
+  address = @hostname@
+  Password = "@dir_password@"
+}