diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-05-06 00:09:51 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-05-06 00:09:51 +0000 |
| commit | ae362fa12fac88659c24385ca2ac062b0af94006 (patch) | |
| tree | a7a5afa2834f4c73a71c3d4f61e7028c6e021f10 | |
| parent | 07e6b1c7a3e1ab7d9c9605842d5b710fcef8b3c6 (diff) | |
Notes
| -rwxr-xr-x | etc/rc.d/apmd | 2 | ||||
| -rw-r--r-- | etc/rc.d/archdep | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/apmd b/etc/rc.d/apmd index 80c5a54cd3a6..9d2fb87610cf 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 f4669f2428c7..4d5db87276df 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) |
