diff options
-rw-r--r-- | config/autoconfigbackup/autoconfigbackup.xml | 8 | ||||
-rw-r--r-- | config/nmap/nmap.xml | 2 | ||||
-rwxr-xr-x | config/openvpn-client-export/openvpn-client-export.xml | 15 | ||||
-rw-r--r-- | config/rate/rate.xml | 3 | ||||
-rw-r--r-- | config/stunnel.xml | 8 |
5 files changed, 3 insertions, 33 deletions
diff --git a/config/autoconfigbackup/autoconfigbackup.xml b/config/autoconfigbackup/autoconfigbackup.xml index 38a05c88..8b901b67 100644 --- a/config/autoconfigbackup/autoconfigbackup.xml +++ b/config/autoconfigbackup/autoconfigbackup.xml @@ -142,10 +142,6 @@ <custom_php_validation_command> custom_php_validation_command($_POST, &$input_errors); </custom_php_validation_command> - <custom_php_global_functions> - </custom_php_global_functions> - <custom_add_php_command> - </custom_add_php_command> <custom_php_resync_config_command> <![CDATA[ exec("echo > /cf/conf/lastpfSbackup.txt"); @@ -157,8 +153,4 @@ $savemsg .= "A configuration backup has been queued."; ]]> </custom_php_resync_config_command> - <custom_php_install_command> - </custom_php_install_command> - <custom_php_deinstall_command> - </custom_php_deinstall_command> </packagegui> diff --git a/config/nmap/nmap.xml b/config/nmap/nmap.xml index d616ea86..7f290ade 100644 --- a/config/nmap/nmap.xml +++ b/config/nmap/nmap.xml @@ -109,6 +109,4 @@ <custom_add_php_command> nmap_custom_add_php_command(); </custom_add_php_command> - <custom_php_deinstall_command> - </custom_php_deinstall_command> </packagegui> diff --git a/config/openvpn-client-export/openvpn-client-export.xml b/config/openvpn-client-export/openvpn-client-export.xml index de579c70..40dc851e 100755 --- a/config/openvpn-client-export/openvpn-client-export.xml +++ b/config/openvpn-client-export/openvpn-client-export.xml @@ -39,21 +39,6 @@ <chmod>077</chmod> <item>http://www.pfsense.com/packages/config/openvpn-client-export/vpn_openvpn_export.php</item> </additional_files_needed> - <adddeleteeditpagefields> - <columnitem> - <fielddescr></fielddescr> - <fieldname></fieldname> - </columnitem> - </adddeleteeditpagefields> - <fields> - <field> - <fielddescr></fielddescr> - <fieldname></fieldname> - <description></description> - <size></size> - <type></type> - </field> - </fields> <custom_php_install_command> openvpn_client_export_install(); </custom_php_install_command> diff --git a/config/rate/rate.xml b/config/rate/rate.xml index c422d296..787ad815 100644 --- a/config/rate/rate.xml +++ b/config/rate/rate.xml @@ -64,11 +64,10 @@ <chmod>077</chmod> <item>http://www.pfsense.com/packages/config/rate/status_graph.php</item> </additional_files_needed> - <custom_php_install_command> rate_install(); </custom_php_install_command> <custom_php_deinstall_command> rate_deinstall(); </custom_php_deinstall_command> -</packagegui> +</packagegui>
\ No newline at end of file diff --git a/config/stunnel.xml b/config/stunnel.xml index d8298ecf..601dbfa2 100644 --- a/config/stunnel.xml +++ b/config/stunnel.xml @@ -156,15 +156,12 @@ <type>input</type> </field> </fields> - <service> <name>stunnel</name> <rcfile>/usr/local/etc/rc.d/stunnel.sh</rcfile> <executable>stunnel</executable> - </service> - + </service> <include_file>/usr/local/pkg/stunnel.inc</include_file> - <custom_add_php_command_late> stunnel_save($config); </custom_add_php_command_late> @@ -177,5 +174,4 @@ <custom_php_after_form_command> stunnel_addcerts($config); </custom_php_after_form_command> - -</packagegui> +</packagegui>
\ No newline at end of file |