diff options
author | Seth Mos <seth.mos@xs4all.nl> | 2007-12-11 22:00:03 +0000 |
---|---|---|
committer | Seth Mos <seth.mos@xs4all.nl> | 2007-12-11 22:00:03 +0000 |
commit | 2bf4c277cf2ce501d1a75f272084cffde50b6f7d (patch) | |
tree | 8b6c0e188eea1b14534b463345c6ad6f5244c9a3 /packages/lcdproc/lcdproc.xml | |
parent | 9aa59fd915363e2221ef49d5386246acc866b733 (diff) | |
download | pfsense-packages-2bf4c277cf2ce501d1a75f272084cffde50b6f7d.tar.gz pfsense-packages-2bf4c277cf2ce501d1a75f272084cffde50b6f7d.tar.bz2 pfsense-packages-2bf4c277cf2ce501d1a75f272084cffde50b6f7d.zip |
PHP lcdproc_client.php script to output to the LCD.
using php -f lcdproc_client.php should change the display when the daemon is already running and configured.
Prelimenary start and stop script for the client which might work
Diffstat (limited to 'packages/lcdproc/lcdproc.xml')
-rw-r--r-- | packages/lcdproc/lcdproc.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/lcdproc/lcdproc.xml b/packages/lcdproc/lcdproc.xml index 90ec1ff2..34dc7fa4 100644 --- a/packages/lcdproc/lcdproc.xml +++ b/packages/lcdproc/lcdproc.xml @@ -2,7 +2,7 @@ <packagegui> <title>Services: LCDproc</title> <name>lcdproc</name> - <version>0.5.2_1-p1</version> + <version>0.5.2_1-p2</version> <savetext>Save</savetext> <include_file>/usr/local/pkg/lcdproc.inc</include_file> <menu> @@ -16,6 +16,11 @@ <prefix>/usr/local/pkg/</prefix> <chmod>0755</chmod> </additional_files_needed> + <additional_files_needed> + <item>http://www.pfsense.org/packages/config/lcdproc/lcdproc_client.php</item> + <prefix>/usr/local/pkg/</prefix> + <chmod>0755</chmod> + </additional_files_needed> <service> <name>lcdproc</name> <rcfile>lcdproc.sh</rcfile> |