From 701279af09fa213d0b2e498b10706228a2688810 Mon Sep 17 00:00:00 2001 From: Mitsuru IWASAKI Date: Sat, 10 Jul 1999 18:02:42 +0000 Subject: Put apmd configuration and rc files in /etc. Update some files for apmd. --- etc/apmd.conf | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 etc/apmd.conf (limited to 'etc/apmd.conf') diff --git a/etc/apmd.conf b/etc/apmd.conf new file mode 100644 index 000000000000..d53be02e1c5f --- /dev/null +++ b/etc/apmd.conf @@ -0,0 +1,38 @@ +# apmd Configration File +# +# $Id: apmd.conf,v 1.1.1 1999/07/09 01:34:57 iwasaki Exp $ +# + +apm_event SUSPENDREQ { + exec "/etc/rc.suspend"; +} + +apm_event USERSUSPENDREQ { + exec "sync && sync && sync"; + exec "sleep 1"; + exec "apm -z"; +} + +apm_event NORMRESUME, STANDBYRESUME { + exec "/etc/rc.resume"; +} + +# resume event configuration for serial mouse users by +# reinitializing a moused(8) connected to a serial port. +# +#apm_event NORMRESUME { +# exec "kill -HUP `cat /var/run/moused.pid`"; +#} + +# suspend request event configuration for ATA HDD users: +# execute standby instead of suspend. +# +#apm_event SUSPENDREQ { +# reject; +# exec "sync && sync && sync"; +# exec "sleep 1"; +# exec "apm -Z"; +#} + +# apmd Configration ends here + -- cgit v1.2.3