aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.d/apmd
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/apmd')
-rwxr-xr-xetc/rc.d/apmd8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/rc.d/apmd b/etc/rc.d/apmd
index d4a983564cbf..8cf548ea2152 100755
--- a/etc/rc.d/apmd
+++ b/etc/rc.d/apmd
@@ -23,15 +23,15 @@ esac
apmd_prestart()
{
- case `${SYSCTL_N} hw.machine_arch` in
- i386)
+ case `${SYSCTL_N} hw.machine_arch` in
+ i386)
# Don't start if apm is already running
/etc/rc.d/apm forcestatus > /dev/null && return 1
- ;;
+ ;;
*)
return 1
;;
- esac
+ esac
return 0
}