[Lcdproc] setting the exit message
Peter McCurdy
peter.mccurdy@gmail.com
Fri Mar 16 13:23:01 2007
On 3/16/07, Tom Seeley <lcdproc@tomseeley.co.uk> wrote:
> I'm running lcdproc on a imon vfd. Everything is working fine, but I
> would like to be able to set LCDd's exit message.
>
> On my build when LCDd is killed it changes the display to say
> something like "thank you for using lcdproc on linux". I would like
> to be able to set this message myself (or just make it blank the
> display). Is there an easy way to do this?
If you apply the contrib/patches/lcdprocserverOPT.diff patch from the
LCDproc tarball before you build, you'll be able to set the shutdown
message in the config file, in the [server]goodbye setting. This
means you won't have to recompile LCDproc every time you want to
change the shutdown message.
So before you build, in the lcdproc directory, type "cd server &&
patch -p1 < ../contrib/patches/lcdprocserverOPT.diff".
Peter.