Fix my obmission of the keyword enable after apm -e.

Submitted by:	Blaz Zupan <blaz@amis.net>
This commit is contained in:
asmodai 2000-01-24 09:14:41 +00:00
parent 4099456b66
commit 5e876b083a
2 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ echo -n 'Initial rc.i386 initialization:'
case ${apm_enable} in
[Yy][Ee][Ss])
echo -n ' apm'
apm -e > /dev/null 2>&1
apm -e anable > /dev/null 2>&1
APM_DONE=yes
;;
esac
@ -19,7 +19,7 @@ case ${apmd_enable} in
case ${APM_DONE} in
'')
echo -n ' apm'
apm -e > /dev/null 2>&1
apm -e enable > /dev/null 2>&1
;;
esac

View File

@ -9,7 +9,7 @@ echo -n 'Initial rc.i386 initialization:'
case ${apm_enable} in
[Yy][Ee][Ss])
echo -n ' apm'
apm -e > /dev/null 2>&1
apm -e anable > /dev/null 2>&1
APM_DONE=yes
;;
esac
@ -19,7 +19,7 @@ case ${apmd_enable} in
case ${APM_DONE} in
'')
echo -n ' apm'
apm -e > /dev/null 2>&1
apm -e enable > /dev/null 2>&1
;;
esac