lcd4linux: Possibility added that the config can also be loaded from /tmp
authorFlorian Eckert <redacted>
Thu, 10 Jun 2021 08:11:25 +0000 (10:11 +0200)
committerFlorian Eckert <redacted>
Wed, 28 Sep 2022 08:19:12 +0000 (10:19 +0200)
commit27b0d3bd11ba6829d686f290596a79bd798ba3ee
tree0b22ff6eb68be3622fa373899ae57ce6cc66183a
parent74bd32f9ff6988c3e12557d5d4b3af07586c9b73
lcd4linux: Possibility added that the config can also be loaded from /tmp

Until now, the configuration must be stored under '/etc/lcd4linux.conf'.
So that the configuration can also be changed dynamically, it makes
sense to store this under /tmp and load them from this directory.
The init script first checks whether there is a configuration under
'/etc/lcd4linux.conf' and only then does it try to find it under
'/tmp/lcd4linux.conf'. If there is no configuration, an error message
is shown.

Signed-off-by: Florian Eckert <redacted>
utils/lcd4linux/Makefile
utils/lcd4linux/files/lcd4linux.init
git clone https://git.99rst.org/PROJECT