summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/etc.amd64/rc.amd648
-rw-r--r--etc/etc.i386/rc.i3868
2 files changed, 8 insertions, 8 deletions
diff --git a/etc/etc.amd64/rc.amd64 b/etc/etc.amd64/rc.amd64
index 7919b7a..adc08ba 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
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