aboutsummaryrefslogtreecommitdiff
path: root/etc/etc.amd64/rc.amd64
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2000-01-23 10:04:50 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2000-01-23 10:04:50 +0000
commita49c947e5db5ffb6ece7a1e4eb778d65d58348d8 (patch)
tree1d867929b54913e28e1c6ab69ba74c1da5924aa2 /etc/etc.amd64/rc.amd64
parentf4da27bf59b87eecd5bd5b3605488aa7513cb2bd (diff)
downloadsrc-a49c947e5db5ffb6ece7a1e4eb778d65d58348d8.tar.gz
src-a49c947e5db5ffb6ece7a1e4eb778d65d58348d8.zip
Use apm instead of apmconf.
Necessary change to due removal of apmconf which got moved into apm by green.
Notes
Notes: svn path=/head/; revision=56435
Diffstat (limited to 'etc/etc.amd64/rc.amd64')
-rw-r--r--etc/etc.amd64/rc.amd648
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/etc.amd64/rc.amd64 b/etc/etc.amd64/rc.amd64
index 7919b7a68d61..adc08bac3e2c 100644
--- a/etc/etc.amd64/rc.amd64
+++ b/etc/etc.amd64/rc.amd64
@@ -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