aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-09-14 09:35:58 -0300
committerRenato Botelho <renato@netgate.com>2015-09-14 09:35:58 -0300
commit8598a2bf8f1809214f924806f589f01c02cab2d3 (patch)
tree111862e56b713475e1914c03132fa0fb28450b45
parent476364fe56e8df1c8002c3a8a193737f7751860b (diff)
parentb5403ef8fd4fda190e79fe458ac5295d9394e6cb (diff)
downloadpfsense-packages-8598a2bf8f1809214f924806f589f01c02cab2d3.tar.gz
pfsense-packages-8598a2bf8f1809214f924806f589f01c02cab2d3.tar.bz2
pfsense-packages-8598a2bf8f1809214f924806f589f01c02cab2d3.zip
Merge pull request #1063 from PiBa-NL/bacula-fix
-rw-r--r--config/bacula-client/bacula-client.xml2
-rw-r--r--config/bacula-client/bacula-client_view_config.php2
-rw-r--r--pkg_config.10.xml2
-rw-r--r--pkg_config.8.xml2
-rw-r--r--pkg_config.8.xml.amd642
5 files changed, 5 insertions, 5 deletions
diff --git a/config/bacula-client/bacula-client.xml b/config/bacula-client/bacula-client.xml
index cbfe8757..30c1fa86 100644
--- a/config/bacula-client/bacula-client.xml
+++ b/config/bacula-client/bacula-client.xml
@@ -44,7 +44,7 @@
</copyright>
<requirements>Bacula Server Installed on your network.</requirements>
<name>baculaclient</name>
- <version>1.0.8</version>
+ <version>1.0.10</version>
<title>Bacula Client: Settings</title>
<aftersaveredirect>/pkg.php?xml=bacula-client.xml</aftersaveredirect>
<include_file>/usr/local/pkg/bacula-client.inc</include_file>
diff --git a/config/bacula-client/bacula-client_view_config.php b/config/bacula-client/bacula-client_view_config.php
index c10a0cda..e087cc54 100644
--- a/config/bacula-client/bacula-client_view_config.php
+++ b/config/bacula-client/bacula-client_view_config.php
@@ -29,7 +29,7 @@
*/
require("guiconfig.inc");
-$$pf_version = substr(trim(file_get_contents("/etc/version")), 0, 3);
+$pf_version = substr(trim(file_get_contents("/etc/version")), 0, 3);
if ($pf_version == "2.1" || $pf_version == "2.2") {
define('BACULA_LOCALBASE', '/usr/pbi/bacula-' . php_uname("m"));
} else {
diff --git a/pkg_config.10.xml b/pkg_config.10.xml
index 00c555ef..f377e189 100644
--- a/pkg_config.10.xml
+++ b/pkg_config.10.xml
@@ -1397,7 +1397,7 @@
<descr>Bacula is a set of Open Source computer programs that permit managings backups, recovery, and verification of computer data across a network of computers of different kinds.</descr>
<website>http://www.bacula.org/</website>
<category>Services</category>
- <version>1.0.9</version>
+ <version>1.0.10</version>
<status>Stable</status>
<required_version>2.2</required_version>
<config_file>https://packages.pfsense.org/packages/config/bacula-client/bacula-client.xml</config_file>
diff --git a/pkg_config.8.xml b/pkg_config.8.xml
index 52e43a28..4ec08c6b 100644
--- a/pkg_config.8.xml
+++ b/pkg_config.8.xml
@@ -1614,7 +1614,7 @@
<descr><![CDATA[Bacula is a set of Open Source, computer programs that permit you (or the system administrator) to manage backup, recovery, and verification of computer data across a network of computers of different kinds.]]></descr>
<website>http://www.bacula.org/</website>
<category>Services</category>
- <version>5.2.12_3 pkg v 1.0.7</version>
+ <version>5.2.12_3 pkg v 1.0.10</version>
<status>Stable</status>
<required_version>2.0</required_version>
<config_file>https://packages.pfsense.org/packages/config/bacula-client/bacula-client.xml</config_file>
diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64
index 7b855836..dd044e70 100644
--- a/pkg_config.8.xml.amd64
+++ b/pkg_config.8.xml.amd64
@@ -1601,7 +1601,7 @@
<descr><![CDATA[Bacula is a set of Open Source, computer programs that permit you (or the system administrator) to manage backup, recovery, and verification of computer data across a network of computers of different kinds.]]></descr>
<website>http://www.bacula.org/</website>
<category>Services</category>
- <version>5.2.12_3 pkg v 1.0.7</version>
+ <version>5.2.12_3 pkg v 1.0.10</version>
<status>Stable</status>
<required_version>2.0</required_version>
<config_file>https://packages.pfsense.org/packages/config/bacula-client/bacula-client.xml</config_file>