Hi!
- the new /etc/sysconfing/apm-scripts/apmscript is nice. Unfortunately it
doesn't use /etc/init.d/sound restart to restart the sound system and is
somehow oss specific (i.e. it calls /usr/sbin/soundon and soundoff but it
doesn't restore the mixer settings for alsa devices.)
- apmscript uses lsof; but this dependency isn't listed in the rpm.
- From /etc/sysconfig/apmd: "Set LOCK_X to 1 if you want to lock all your X
displays at suspend" but in apmscript you use "[ "x$LOCK_X" != "x0" ]".
That should be imho "[ "x$LOCK_X" == "x1" ]"
--
Michael Reinsch <[EMAIL PROTECTED]> http://mr.uue.org
------------------------------------------------------------------------