From d56382b0ba645a40c1bdfda445b75ac5000ea01e Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 5 May 2003 23:55:43 +0000 Subject: We won't do APM on Hammer -- ACPI is the game there. --- etc/rc.d/apm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/rc.d/apm b/etc/rc.d/apm index 4040785..d88f7c0 100644 --- a/etc/rc.d/apm +++ b/etc/rc.d/apm @@ -19,7 +19,7 @@ command_args="-e enable" apm_precmd() { case `${SYSCTL_N} hw.machine_arch` in - i386|amd64) + i386) return 0 ;; esac -- cgit v1.1