> As for APM suspend and > resume, Ben says I need a script in /etc/apm/ that > runs "hwclock --systohc > --utc" in a script in suspend.d/, and "hwclock > --hctosys --utc" in > resume.d/. Don't know how to compose such a script > though. Any advice? >
Here's my thingy. ---/etc/apm/suspend.d/time.sh is as follows:--- #!/bin/sh /usr/sbin/hwclock --hctosys --utc also, although this is slightly more optional: --- /etc/apm/suspend.d/time.sh --- #!/bin/sh /usr/sbin/hwclock --systohc --utc Both files, of course, are chown root and chmod +x. Hope this helps. __________________________________________________ Do You Yahoo!? Yahoo! Mail Free email you can access from anywhere! http://mail.yahoo.com/