From a384a219085afdae14b50a5b5bd922ad7db88088 Mon Sep 17 00:00:00 2001 From: Michele Di Maria Date: Fri, 16 Dec 2011 19:25:50 +0100 Subject: 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 --- config/lcdproc-dev/lcdproc_screens.xml | 101 +++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 config/lcdproc-dev/lcdproc_screens.xml (limited to 'config/lcdproc-dev/lcdproc_screens.xml') 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 @@ + + + Services: LCDproc: Screens + lcdproc_screens + 0.5.2_1-p9 + Save + /usr/local/pkg/lcdproc.inc + + + Server + /pkg_edit.php?xml=lcdproc.xml&id=0 + + + Screens + /pkg_edit.php?xml=lcdproc_screens.xml&id=0 + + + + + LCDproc + Set LCDproc settings such as display driver and com port +
Services
+ /pkg_edit.php?xml=lcdproc.xml&id=0 +
+ + + Enable Time + scr_time + checkbox + + + Enable Uptime + scr_uptime + checkbox + + + Enable Hostname + scr_hostname + checkbox + + + Enable System + scr_system + checkbox + + + Enable Disk + scr_disk + checkbox + + + Enable Load + scr_load + checkbox + + + Enable States + scr_states + checkbox + + + Enable Carp + scr_carp + checkbox + + + Enable IPsec + scr_ipsec + checkbox + + + Enable Load Balancer + scr_slbd + checkbox + + + Enable Interfaces + scr_interfaces + checkbox + + + Enable Mbuf + scr_mbuf + checkbox + + + Enable CPU Frequency + scr_cpufrequency + checkbox + + + + before_form_lcdproc_screens(&$pkg); + + + validate_form_lcdproc_screens($_POST, &$input_errors); + + + sync_package_lcdproc_screens(); + +
-- cgit v1.2.3