summaryrefslogtreecommitdiffstats
path: root/etc/apmd.conf
diff options
context:
space:
mode:
authoriwasaki <iwasaki@FreeBSD.org>1999-07-10 18:02:42 +0000
committeriwasaki <iwasaki@FreeBSD.org>1999-07-10 18:02:42 +0000
commitbe16db802f075e6d3399b571b73a5d2d901565f4 (patch)
treef7933333e0969471d5799ca4b615bb2029d1c5f2 /etc/apmd.conf
parent669be26799b5a0577fb8f2f3716b8a715be82845 (diff)
downloadFreeBSD-src-be16db802f075e6d3399b571b73a5d2d901565f4.zip
FreeBSD-src-be16db802f075e6d3399b571b73a5d2d901565f4.tar.gz
Put apmd configuration and rc files in /etc.
Update some files for apmd.
Diffstat (limited to 'etc/apmd.conf')
-rw-r--r--etc/apmd.conf38
1 files changed, 38 insertions, 0 deletions
diff --git a/etc/apmd.conf b/etc/apmd.conf
new file mode 100644
index 0000000..d53be02
--- /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
+
OpenPOWER on IntegriCloud