aboutsummaryrefslogtreecommitdiffstats
path: root/config/bacula-client/bacula-client.xml
diff options
context:
space:
mode:
authorMarcello Coutinho <marcellocoutinho@gmail.com>2012-06-29 16:01:03 -0300
committermarcelloc <marcellocoutinho@gmail.com>2012-06-29 16:01:03 -0300
commit3c29c5cfe7a8844bb7bea25fe00663208e6cbe2e (patch)
tree1ee0378149b191c7f2923abd37212641cfcce45a /config/bacula-client/bacula-client.xml
parent6ca5ee6a94a5bb5687a7e70f0cf56f51d45fc9be (diff)
downloadpfsense-packages-3c29c5cfe7a8844bb7bea25fe00663208e6cbe2e.tar.gz
pfsense-packages-3c29c5cfe7a8844bb7bea25fe00663208e6cbe2e.tar.bz2
pfsense-packages-3c29c5cfe7a8844bb7bea25fe00663208e6cbe2e.zip
bacula-client - fix more errors, almost done
Diffstat (limited to 'config/bacula-client/bacula-client.xml')
-rw-r--r--config/bacula-client/bacula-client.xml64
1 files changed, 54 insertions, 10 deletions
diff --git a/config/bacula-client/bacula-client.xml b/config/bacula-client/bacula-client.xml
index 3820944f..12eb48a2 100644
--- a/config/bacula-client/bacula-client.xml
+++ b/config/bacula-client/bacula-client.xml
@@ -1,13 +1,53 @@
<?xml version="1.0" encoding="utf-8" ?>
-<packagegui>
- <copyright>Copyright (C) 2012 Marcio Carlos Braga Antao</copyright>
+<packagegui>
+<copyright>
+ <![CDATA[
+/* $Id$ */
+/* ========================================================================== */
+/*
+ bacula-client.xml
+ part of pfSense (http://www.pfSense.com)
+ Copyright (C) Marcio Carlos Braga Antao
+ Copyright (C) 2012 Marcello Coutinho
+ All rights reserved.
+
+ Based on m0n0wall (http://m0n0.ch/wall)
+ Copyright (C) 2003-2006 Manuel Kasper <mk@neon1.net>.
+ All rights reserved.
+ */
+/* ========================================================================== */
+/*
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+ THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+ AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+ AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
+ OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+ */
+/* ========================================================================== */
+ ]]>
+ </copyright>
<description>Client Install for Bacula 5.2.6 Backup</description>
<requirements>Bacula Server Installed in or network</requirements>
<faq>Currently there are no FAQ items provided.</faq>
<name>baculaclient</name>
<version>5.2.6</version>
<title>Bacula-Client: Setting</title>
- <aftersaveredirect>/pkg_edit.php?xml=bacula-client.xml&amp;id=0</aftersaveredirect>
+ <aftersaveredirect>/pkg.php?xml=bacula-client.xml</aftersaveredirect>
<include_file>/usr/local/pkg/bacula-client.inc</include_file>
<configpath>installedpackages->package->baculaclient</configpath>
<additional_files_needed>
@@ -31,6 +71,12 @@
<section>Services</section>
<configfile>bacula-client.xml</configfile>
</menu>
+ <services>
+ <rcfile>bacula-fd.sh</rcfile>
+ <name>Bacula-client</name>
+ <executable>bacula-fd</executable>
+ <description>bacula backup client</description>
+ </services>
<tabs>
<tab>
<text>Directors</text>
@@ -39,8 +85,7 @@
</tab>
<tab>
<text>FileDaemon</text>
- <url>/pkg_edit.php?xml=bacula-client_fd.xml&amp;id=0</url>
-
+ <url>/pkg_edit.php?xml=bacula-client_fd.xml</url>
</tab>
<tab>
<text>View Configuration</text>
@@ -85,19 +130,18 @@
<field>
<fielddescr>Password</fielddescr>
<fieldname>password</fieldname>
- <type>input</type>
+ <type>password</type>
<size>30</size>
<description><![CDATA[Enter password for Diector use to Access.]]></description>
</field>
-
<field>
<fielddescr>Director tyoe</fielddescr>
<fieldname>type</fieldname>
<type>select</type>
<options>
- <option><name>director</name><value>0</value></option>
- <option><name>local</name><value>1</value></option>
- <option><name>monitor</name><value>2</value></option>
+ <option><name>Director</name><value>Director</value></option>
+ <option><name>Local</name><value>Local</value></option>
+ <option><name>Monitor</name><value>Monitor</value></option>
</options>
<description>This is a Local Director?</description>
</field>