<p></p><p>
Quoting Jonatan <mythtv@comhem.se>:<br />
<br />> I use something like this in the script that sets the wakeup time:<br
/>
><br />
> /etc/init.d/LCDd stop<br />
><br />
> # Input date format should be yyyy-MM-ddThh:mm:ss<br />
> DAY=`echo $2 | sed 's/T.*$//'`<br />
> TIME=`echo $2 | sed 's/.*T\(.*\):[0-9]*$/\1/'`<br />
> TIME_S=`echo $2 | sed 's/.*T//'`<br />
><br />
> echo -n " Next recording $DAY $TIME" > /dev/lcd0<br />
><br />
> echo $DAY $TIME_S > /proc/acpi/alarm<br /> </p><p>Hello!</p><p>Thanks,
but if I then power off the machine, LCDProc will replace that message with the
string from "GOODBYE" of LDCProc.conf when LCDProc shuts down.<br />
</p><p></p><p>What i want is that text to remain on the display when the box is
powered down (Since my display gets standby power)</p>