diff options
author | Michele Di Maria <michele@nt2.it> | 2012-02-20 22:25:13 +0100 |
---|---|---|
committer | Michele Di Maria <michele@nt2.it> | 2012-02-20 22:25:13 +0100 |
commit | 48f2c6854fd11937f21fc6cf409e3eb16ce66958 (patch) | |
tree | c7c565a540473fdf35bbd90402f105f83b7a80c7 /config/lcdproc-dev/lcdproc.xml | |
parent | caf4f70c57b80e10be3950c4e394c7a4a965cb89 (diff) | |
download | pfsense-packages-48f2c6854fd11937f21fc6cf409e3eb16ce66958.tar.gz pfsense-packages-48f2c6854fd11937f21fc6cf409e3eb16ce66958.tar.bz2 pfsense-packages-48f2c6854fd11937f21fc6cf409e3eb16ce66958.zip |
LCDProc: Again on the service start/stop/restart
- The Client now runs in background (added a trailing & at the end of the command that runs the client);
- Removed the delays in the script during the service stop;
- Fixed the "default max states" information when it is not defined explicitally in the advanced configuration.
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 b077250f..7b59bce0 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.3</title> + <title>Services: LCDproc 0.5.5 pkg v. 0.9.4</title> <name>lcdproc</name> - <version>0.5.5 pkg v. 0.9.3</version> + <version>0.5.5 pkg v. 0.9.4</version> <savetext>Save</savetext> <include_file>/usr/local/pkg/lcdproc.inc</include_file> <tabs> |