<p></p><p>
Quoting Jonatan &lt;mythtv@comhem.se&gt;:<br />
<br />&gt; I use something like this in the script that sets the wakeup time:<br
/>
&gt;<br />
&gt; /etc/init.d/LCDd stop<br />
&gt;<br />
&gt; # Input date format should be yyyy-MM-ddThh:mm:ss<br />
&gt; DAY=`echo $2 | sed 's/T.*$//'`<br />
&gt; TIME=`echo $2 | sed 's/.*T\(.*\):[0-9]*$/\1/'`<br />
&gt; TIME_S=`echo $2 | sed 's/.*T//'`<br />
&gt;<br />
&gt; echo -n &quot; Next recording $DAY $TIME&quot; &gt; /dev/lcd0<br />
&gt;<br />
&gt; echo $DAY $TIME_S &gt; /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 &quot;GOODBYE&quot; 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>