diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.d/archdep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/archdep b/etc/rc.d/archdep index fac1344..8c20d32 100644 --- a/etc/rc.d/archdep +++ b/etc/rc.d/archdep @@ -56,7 +56,7 @@ ibcs2_compat() archdep_start() { - _arch=`${SYSCTL_N} hw.machine` + _arch=`${SYSCTL_N} hw.machine_arch` echo -n "Initial $_arch initialization:" case $_arch in i386) |