Back out the amd64 additions. Hammer doesn't do APM, and we certainly aren't
ready for any ibcs2_compat bits yet.
This commit is contained in:
parent
07e6b1c7a3
commit
ae362fa12f
@ -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
|
||||
;;
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user