summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.d/apmd2
-rw-r--r--etc/rc.d/archdep2
2 files changed, 2 insertions, 2 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
;;
diff --git a/etc/rc.d/archdep b/etc/rc.d/archdep
index f4669f2..4d5db87 100644
--- a/etc/rc.d/archdep
+++ b/etc/rc.d/archdep
@@ -56,7 +56,7 @@ ibcs2_compat()
_arch=`${SYSCTL_N} hw.machine`
echo -n "Initial $_arch initialization:"
case $_arch in
-i386|amd64)
+i386)
ibcs2_compat
;;
alpha)
OpenPOWER on IntegriCloud