diff options
author | Michele Di Maria <michele@nt2.it> | 2012-02-01 22:22:43 +0100 |
---|---|---|
committer | Michele Di Maria <michele@nt2.it> | 2012-02-01 22:22:43 +0100 |
commit | e7192dee6229c4f17afdcdb0f80b2a8b5aa5a513 (patch) | |
tree | 86751bfeaf3b57ab20c2719a233aa9cb71821454 /config/lcdproc-dev/lcdproc.xml | |
parent | 6ce82bf086b196acf96c62211809cb61a4b239e5 (diff) | |
download | pfsense-packages-e7192dee6229c4f17afdcdb0f80b2a8b5aa5a513.tar.gz pfsense-packages-e7192dee6229c4f17afdcdb0f80b2a8b5aa5a513.tar.bz2 pfsense-packages-e7192dee6229c4f17afdcdb0f80b2a8b5aa5a513.zip |
- Added a 20ms delay between each command sent from the client to LCDproc.
- Better managed errors. Now the client resets the error counter every successful communication session with LCDproc (before was a global counter). The error counter is managed inside the client (lcdproc_client.php).
- Because of the above change, now the "client script" (lcdclient.sh) do not cycle anymore.
Diffstat (limited to 'config/lcdproc-dev/lcdproc.xml')
-rw-r--r-- | config/lcdproc-dev/lcdproc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/lcdproc-dev/lcdproc.xml b/config/lcdproc-dev/lcdproc.xml index 51a80f72..0ef98694 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.9</title> + <title>Services: LCDproc 0.5.5 pkg v. 0.9.1</title> <name>lcdproc</name> - <version>0.5.5 pkg v. 0.9</version> + <version>0.5.5 pkg v. 0.9.1</version> <savetext>Save</savetext> <include_file>/usr/local/pkg/lcdproc.inc</include_file> <tabs> |