summaryrefslogtreecommitdiffstats
path: root/etc/etc.i386
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2000-01-23 10:04:50 +0000
committerasmodai <asmodai@FreeBSD.org>2000-01-23 10:04:50 +0000
commitd5c4d0edb4dd4dea18b634da8e24602b7351aac6 (patch)
treec129e6dc911de61f6b9e39cdf912d8aa0b60c55d /etc/etc.i386
parent1818873ed744c546d84fbefc1a76d1a59bceca4d (diff)
downloadFreeBSD-src-d5c4d0edb4dd4dea18b634da8e24602b7351aac6.zip
FreeBSD-src-d5c4d0edb4dd4dea18b634da8e24602b7351aac6.tar.gz
Use apm instead of apmconf.
Necessary change to due removal of apmconf which got moved into apm by green.
Diffstat (limited to 'etc/etc.i386')
-rw-r--r--etc/etc.i386/rc.i3868
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/etc.i386/rc.i386 b/etc/etc.i386/rc.i386
index 7919b7a..adc08ba 100644
--- a/etc/etc.i386/rc.i386
+++ b/etc/etc.i386/rc.i386
@@ -9,17 +9,17 @@ echo -n 'Initial rc.i386 initialization:'
case ${apm_enable} in
[Yy][Ee][Ss])
echo -n ' apm'
- apmconf -e > /dev/null 2>&1
- APMCONF_DONE=yes
+ apm -e > /dev/null 2>&1
+ APM_DONE=yes
;;
esac
case ${apmd_enable} in
[Yy][Ee][Ss])
- case ${APMCONF_DONE} in
+ case ${APM_DONE} in
'')
echo -n ' apm'
- apmconf -e > /dev/null 2>&1
+ apm -e > /dev/null 2>&1
;;
esac
OpenPOWER on IntegriCloud