summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/apmd
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/apmd')
-rwxr-xr-xetc/rc.d/apmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/apmd b/etc/rc.d/apmd
index 80c5a54..9d2fb87 100755
--- a/etc/rc.d/apmd
+++ b/etc/rc.d/apmd
@@ -24,7 +24,7 @@ esac
apmd_prestart()
{
case `${SYSCTL_N} hw.machine_arch` in
- i386|amd64)
+ i386)
# Start apm if it is not already running
/etc/rc.d/apm forcestatus > /dev/null || /etc/rc.d/apm forcestart
;;
OpenPOWER on IntegriCloud