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 /config/stunnel.xml | |
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
Diffstat (limited to 'config/stunnel.xml')
-rw-r--r-- | config/stunnel.xml | 8 |
1 files changed, 2 insertions, 6 deletions
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 |