diff options
author | Michele Di Maria <michele@nt2.it> | 2012-01-23 20:34:01 +0100 |
---|---|---|
committer | Michele Di Maria <michele@nt2.it> | 2012-01-23 20:34:01 +0100 |
commit | cc5e67b87b3acda63156bcd135699445a84fadfb (patch) | |
tree | c3044e48b9b31370834c25f7582ee96b46932d81 /config/lcdproc-dev/lcdproc.xml | |
parent | 21bccd9bd78f4d1052693972959cae7c51f78e3d (diff) | |
download | pfsense-packages-cc5e67b87b3acda63156bcd135699445a84fadfb.tar.gz pfsense-packages-cc5e67b87b3acda63156bcd135699445a84fadfb.tar.bz2 pfsense-packages-cc5e67b87b3acda63156bcd135699445a84fadfb.zip |
- Fix the uptime screen
- In the settings, "Enable LCDproc" becomes "Enable LCDproc at startup"
- Added "After Install Info" message
- Limited the client loop to three times. After three errors connecting to the LCDd service the client will end
Diffstat (limited to 'config/lcdproc-dev/lcdproc.xml')
-rw-r--r-- | config/lcdproc-dev/lcdproc.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/lcdproc-dev/lcdproc.xml b/config/lcdproc-dev/lcdproc.xml index ff80e8a3..51a80f72 100644 --- a/config/lcdproc-dev/lcdproc.xml +++ b/config/lcdproc-dev/lcdproc.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8" ?> <packagegui> - <title>Services: LCDproc 0.5.5 pkg v. 0.8</title> + <title>Services: LCDproc 0.5.5 pkg v. 0.9</title> <name>lcdproc</name> - <version>0.5.5 pkg v. 0.8</version> + <version>0.5.5 pkg v. 0.9</version> <savetext>Save</savetext> <include_file>/usr/local/pkg/lcdproc.inc</include_file> <tabs> @@ -55,7 +55,7 @@ </service> <fields> <field> - <fielddescr>Enable LCDproc</fielddescr> + <fielddescr>Enable LCDproc at startup</fielddescr> <fieldname>enable</fieldname> <type>checkbox</type> </field> |