allow configuration of Shell in lcdexec.conf;

fall back to $SHELL if not set, and to /bin/sh if $SHELL is not set
This commit is contained in:
marschap
2006-10-22 13:04:01 +00:00
parent 35afd4bd11
commit 8132527567
5 changed files with 32 additions and 9 deletions
+1
View File
@@ -11,6 +11,7 @@ v.0.5dev (ongoing development)
* ged rid of global variables buffer & tmp in lcdproc client
+ add init-script templates for LSB 3.x conforming systems
* fix cellwidth & hbar in iMon driver
* try harder to find a shell in lcdexec
v.0.5.1
+ config file support in lcdproc client (Andrew Foss)