aboutsummaryrefslogtreecommitdiffstats
path: root/config/lcdproc-dev/lcdproc_screens.xml
diff options
context:
space:
mode:
authorMichele Di Maria <michele@nt2.it>2011-12-16 19:25:50 +0100
committerMichele Di Maria <michele@nt2.it>2011-12-16 19:25:50 +0100
commita384a219085afdae14b50a5b5bd922ad7db88088 (patch)
treed4385957f6ca8f111ca052ece63e9c6f79f92848 /config/lcdproc-dev/lcdproc_screens.xml
parentd027619121e1c73c361b3cf8191b3015e9c42379 (diff)
downloadpfsense-packages-a384a219085afdae14b50a5b5bd922ad7db88088.tar.gz
pfsense-packages-a384a219085afdae14b50a5b5bd922ad7db88088.tar.bz2
pfsense-packages-a384a219085afdae14b50a5b5bd922ad7db88088.zip
Updates LCDProc to version 0.5.4.
Include a full list of all the drivers available (default build). This is a development version under test, it's not granted it works in all conditions. Reference: http://redmine.pfsense.org/issues/1406
Diffstat (limited to 'config/lcdproc-dev/lcdproc_screens.xml')
-rw-r--r--config/lcdproc-dev/lcdproc_screens.xml101
1 files changed, 101 insertions, 0 deletions
diff --git a/config/lcdproc-dev/lcdproc_screens.xml b/config/lcdproc-dev/lcdproc_screens.xml
new file mode 100644
index 00000000..b807d9f0
--- /dev/null
+++ b/config/lcdproc-dev/lcdproc_screens.xml
@@ -0,0 +1,101 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<packagegui>
+ <title>Services: LCDproc: Screens</title>
+ <name>lcdproc_screens</name>
+ <version>0.5.2_1-p9</version>
+ <savetext>Save</savetext>
+ <include_file>/usr/local/pkg/lcdproc.inc</include_file>
+ <tabs>
+ <tab>
+ <text>Server</text>
+ <url>/pkg_edit.php?xml=lcdproc.xml&amp;id=0</url>
+ </tab>
+ <tab>
+ <text>Screens</text>
+ <url>/pkg_edit.php?xml=lcdproc_screens.xml&amp;id=0</url>
+ <active/>
+ </tab>
+ </tabs>
+ <menu>
+ <name>LCDproc</name>
+ <tooltiptext>Set LCDproc settings such as display driver and com port</tooltiptext>
+ <section>Services</section>
+ <url>/pkg_edit.php?xml=lcdproc.xml&amp;id=0</url>
+ </menu>
+ <fields>
+ <field>
+ <fielddescr>Enable Time</fielddescr>
+ <fieldname>scr_time</fieldname>
+ <type>checkbox</type>
+ </field>
+ <field>
+ <fielddescr>Enable Uptime</fielddescr>
+ <fieldname>scr_uptime</fieldname>
+ <type>checkbox</type>
+ </field>
+ <field>
+ <fielddescr>Enable Hostname</fielddescr>
+ <fieldname>scr_hostname</fieldname>
+ <type>checkbox</type>
+ </field>
+ <field>
+ <fielddescr>Enable System</fielddescr>
+ <fieldname>scr_system</fieldname>
+ <type>checkbox</type>
+ </field>
+ <field>
+ <fielddescr>Enable Disk</fielddescr>
+ <fieldname>scr_disk</fieldname>
+ <type>checkbox</type>
+ </field>
+ <field>
+ <fielddescr>Enable Load</fielddescr>
+ <fieldname>scr_load</fieldname>
+ <type>checkbox</type>
+ </field>
+ <field>
+ <fielddescr>Enable States</fielddescr>
+ <fieldname>scr_states</fieldname>
+ <type>checkbox</type>
+ </field>
+ <field>
+ <fielddescr>Enable Carp</fielddescr>
+ <fieldname>scr_carp</fieldname>
+ <type>checkbox</type>
+ </field>
+ <field>
+ <fielddescr>Enable IPsec</fielddescr>
+ <fieldname>scr_ipsec</fieldname>
+ <type>checkbox</type>
+ </field>
+ <field>
+ <fielddescr>Enable Load Balancer</fielddescr>
+ <fieldname>scr_slbd</fieldname>
+ <type>checkbox</type>
+ </field>
+ <field>
+ <fielddescr>Enable Interfaces</fielddescr>
+ <fieldname>scr_interfaces</fieldname>
+ <type>checkbox</type>
+ </field>
+ <field>
+ <fielddescr>Enable Mbuf</fielddescr>
+ <fieldname>scr_mbuf</fieldname>
+ <type>checkbox</type>
+ </field>
+ <field>
+ <fielddescr>Enable CPU Frequency</fielddescr>
+ <fieldname>scr_cpufrequency</fieldname>
+ <type>checkbox</type>
+ </field>
+ </fields>
+ <custom_php_command_before_form>
+ before_form_lcdproc_screens(&amp;$pkg);
+ </custom_php_command_before_form>
+ <custom_php_validation_command>
+ validate_form_lcdproc_screens($_POST, &amp;$input_errors);
+ </custom_php_validation_command>
+ <custom_php_resync_config_command>
+ sync_package_lcdproc_screens();
+ </custom_php_resync_config_command>
+</packagegui>