diff options
author | jim-p <jimp@pfsense.org> | 2014-05-09 14:05:33 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2014-05-09 14:05:33 -0400 |
commit | da61214a7227bd9035ea4be8fab3dbedf681a2a7 (patch) | |
tree | 3e00272980a009229a7cce3875ff19b159bd32a4 | |
parent | dca64d1474a6c883fb3a406cfadd010a74cd54fd (diff) | |
download | pfsense-packages-da61214a7227bd9035ea4be8fab3dbedf681a2a7.tar.gz pfsense-packages-da61214a7227bd9035ea4be8fab3dbedf681a2a7.tar.bz2 pfsense-packages-da61214a7227bd9035ea4be8fab3dbedf681a2a7.zip |
Fix call-time pass-by-reference in apcupsd. Bump.
-rw-r--r-- | config/apcupsd/apcupsd.xml | 4 | ||||
-rw-r--r-- | pkg_config.10.xml | 2 | ||||
-rw-r--r-- | pkg_config.8.xml | 2 | ||||
-rw-r--r-- | pkg_config.8.xml.amd64 | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/config/apcupsd/apcupsd.xml b/config/apcupsd/apcupsd.xml index 3ed95a7a..5ef2b946 100644 --- a/config/apcupsd/apcupsd.xml +++ b/config/apcupsd/apcupsd.xml @@ -40,7 +40,7 @@ <name>Apcupsd</name> <title>Services: Apcupsd (General)</title> <category>Monitoring</category> - <version>0.3</version> + <version>0.3.1</version> <include_file>/usr/local/pkg/apcupsd.inc</include_file> <addedit_string>Apcupsd has been created/modified.</addedit_string> <delete_string>Apcupsd has been deleted.</delete_string> @@ -339,7 +339,7 @@ UPSTYPE DEVICE Description <br> <custom_php_command_before_form></custom_php_command_before_form> <custom_php_after_head_command></custom_php_after_head_command> <custom_php_after_form_command></custom_php_after_form_command> - <custom_php_validation_command>validate_input_apcupsd($_POST, &$input_errors);</custom_php_validation_command> + <custom_php_validation_command>validate_input_apcupsd($_POST, $input_errors);</custom_php_validation_command> <custom_add_php_command></custom_add_php_command> <custom_php_resync_config_command>sync_package_apcupsd();</custom_php_resync_config_command> <custom_php_deinstall_command>php_deinstall_apcupsd();</custom_php_deinstall_command> diff --git a/pkg_config.10.xml b/pkg_config.10.xml index 65d43f41..84f4591f 100644 --- a/pkg_config.10.xml +++ b/pkg_config.10.xml @@ -1534,7 +1534,7 @@ <descr>Set of programs for controlling APC UPS.</descr> <category>Services</category> <config_file>https://packages.pfsense.org/packages/config/apcupsd/apcupsd.xml</config_file> - <version>apcupsd-3.14.10_1 pkg v0.3</version> + <version>apcupsd-3.14.10_1 pkg v0.3.1</version> <status>BETA</status> <required_version>2.2</required_version> <configurationfile>apcupsd.xml</configurationfile> diff --git a/pkg_config.8.xml b/pkg_config.8.xml index b2420cd9..c699307a 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -1981,7 +1981,7 @@ <descr>Set of programs for controlling APC UPS.</descr> <category>Services</category> <config_file>https://packages.pfsense.org/packages/config/apcupsd/apcupsd.xml</config_file> - <version>apcupsd-3.14.10_1 pkg v0.3</version> + <version>apcupsd-3.14.10_1 pkg v0.3.1</version> <status>BETA</status> <required_version>2.0</required_version> <configurationfile>apcupsd.xml</configurationfile> diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index fe553b89..d84e6ca6 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -1968,7 +1968,7 @@ <descr>Set of programs for controlling APC UPS.</descr> <category>Services</category> <config_file>https://packages.pfsense.org/packages/config/apcupsd/apcupsd.xml</config_file> - <version>apcupsd-3.14.10_1 pkg v0.3</version> + <version>apcupsd-3.14.10_1 pkg v0.3.1</version> <status>BETA</status> <required_version>2.0</required_version> <configurationfile>apcupsd.xml</configurationfile> |