From: Nicolas Boichat Date: Fri, 23 Apr 2004 21:17:57 +0000 (+0000) Subject: added automatically generated config file. X-Git-Tag: Release-1.34.3~118 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4fce84d404271d51d2dfd48f75a4d02ad6479f95;p=bacula%2Fbacula added automatically generated config file. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1281 91ce42f0-d328-0410-95d8-f526ca767f89 --- 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 index 0000000000..010797b8c0 --- /dev/null +++ b/bacula/src/win32/wx-console/wx-console.conf.in @@ -0,0 +1,10 @@ +# +# Bacula User Agent (or Console) Configuration File +# + +Director { + Name = @hostname@-dir + DIRport = @dir_port@ + address = @hostname@ + Password = "@dir_password@" +}