On 22 Aug 2010, at 22:39, Alex Schuster wrote:
Stroller writes:
The script with which you reply is missing the sleep 60 loop.
No, it's only the script that outputs the drive's state. It's called
by
~/.kde4/Autostart/hdstate:
#!/bin/bash
while :
do
/usr/local/sbin/hdstate >> ~/log/hdstate.log
sleep 10
done
You wrote to the list telling us that you were running a script from
cron every minute, and that this was causing your log file to fill up
with messages from cron.
That is what I replied to.
Please do not move the goalposts halfway through the thread, and make
it about something else unrelated. That is the perfect way to annoy
people who are trying to help you.
Stroller.