Browse Source

- lcd4linux: path fixes

master
vanhofen 4 years ago
parent
commit
5ebe3a9a5e
  1. 4
      package/lcd4linux/files-skel/etc/init.d/lcd4linux
  2. 4
      package/lcd4linux/files-skel/var/etc/lcd4linux.conf

4
package/lcd4linux/files-skel/etc/init.d/lcd4linux

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
[ -x /usr/bin/lcd4linux ] || exit 1 [ -x /usr/bin/lcd4linux ] || exit 1
[ -e /tmp/.lcd-* ] || exit 1 [ -e /tmp/.lcd-* ] || exit 1
. /etc/init.d/globals . /etc/init.d/globals
@ -44,7 +44,7 @@ doStop() {
} }
doOff() { doOff() {
echo "LCD::backlight(0)" | /bin/lcd4linux -i > /dev/null 2>&1 echo "LCD::backlight(0)" | /usr/bin/lcd4linux -i > /dev/null 2>&1
} }
case "$1" in case "$1" in

4
package/lcd4linux/files-skel/var/etc/lcd4linux.conf

@ -33,7 +33,7 @@ Widget LINE2 {
Widget NI-LOGO { Widget NI-LOGO {
class 'Image' class 'Image'
file '/share/tuxbox/neutrino/httpd/images/NI-logo.png' file '/usr/share/tuxbox/neutrino/httpd/images/NI-logo.png'
update 0 update 0
reload 0 reload 0
center 1 center 1
@ -41,7 +41,7 @@ Widget NI-LOGO {
Widget BACKGROUND { Widget BACKGROUND {
class 'Image' class 'Image'
file '/share/lcd/icons/background/user.png' file '/usr/share/lcd/icons/background/user.png'
update 0 update 0
} }

Loading…
Cancel
Save