diff options
author | Danilo G. Baio (dbaio) <dbaio@bsd.com.br> | 2014-01-26 13:33:00 -0200 |
---|---|---|
committer | Danilo G. Baio (dbaio) <dbaio@bsd.com.br> | 2014-01-26 13:33:00 -0200 |
commit | 4f0d3bd5e09fb8ff371a6b56830b155adc48fed1 (patch) | |
tree | 25b66d575f36eb94d47dbee6c7d6340bee4376fd /config/apcupsd/apcupsd.xml | |
parent | 6e4487e155682494cf72e59cf8423f60c05a35c0 (diff) | |
download | pfsense-packages-4f0d3bd5e09fb8ff371a6b56830b155adc48fed1.tar.gz pfsense-packages-4f0d3bd5e09fb8ff371a6b56830b155adc48fed1.tar.bz2 pfsense-packages-4f0d3bd5e09fb8ff371a6b56830b155adc48fed1.zip |
apcupsd - modifying default scripts to send mail reports on install package process
Diffstat (limited to 'config/apcupsd/apcupsd.xml')
-rw-r--r-- | config/apcupsd/apcupsd.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/config/apcupsd/apcupsd.xml b/config/apcupsd/apcupsd.xml index 8674af61..ecd979f6 100644 --- a/config/apcupsd/apcupsd.xml +++ b/config/apcupsd/apcupsd.xml @@ -60,6 +60,11 @@ <prefix>/usr/local/pkg/</prefix> <chmod>0755</chmod> </additional_files_needed> + <additional_files_needed> + <item>http://www.pfsense.org/packages/config/apcupsd/apcupsd_mail.php</item> + <prefix>/usr/local/pkg/</prefix> + <chmod>0755</chmod> + </additional_files_needed> <menu> <name>Apcupsd</name> <tooltiptext>Setup Apcupsd specific settings</tooltiptext> @@ -322,7 +327,7 @@ UPSTYPE DEVICE Description <br> </options> </field> </fields> - <custom_php_install_command>sync_package_apcupsd();</custom_php_install_command> + <custom_php_install_command>php_install_apcupsd();</custom_php_install_command> <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> |