diff options
author | Scott Ullrich <sullrich@G5.local> | 2009-10-27 16:29:10 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@G5.local> | 2009-10-27 16:29:10 -0400 |
commit | 84c595a7e87439865edc8d77143f7737df4eb720 (patch) | |
tree | 6d8e1cba3c86225101e0c1710708799f64841199 | |
parent | fc9248de4826ae2f58546f0b1329f6127fff5f9d (diff) | |
download | pfsense-packages-84c595a7e87439865edc8d77143f7737df4eb720.tar.gz pfsense-packages-84c595a7e87439865edc8d77143f7737df4eb720.tar.bz2 pfsense-packages-84c595a7e87439865edc8d77143f7737df4eb720.zip |
Silence errors /etc/inc/xmlparse.inc on line 68 Warning: XMLReader::read(): SE in
/etc/inc/xmlparse.inc on line 68 Warning: XMLReader::read(): ^ in
/etc/inc/xmlparse.inc on line 68 Warning: XMLReader::read(): An Error
-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 |