summaryrefslogtreecommitdiffstats
path: root/etc/etc.i386
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2000-01-24 09:14:41 +0000
committerasmodai <asmodai@FreeBSD.org>2000-01-24 09:14:41 +0000
commit2e57b19caa2705414eee049b49dcd4f3881908ce (patch)
tree1326b1068bb1c7ecdaaaf346cc0c3a3dbd814e07 /etc/etc.i386
parent8574c5493da86e28460e1faca4a8ef4b26b130ad (diff)
downloadFreeBSD-src-2e57b19caa2705414eee049b49dcd4f3881908ce.zip
FreeBSD-src-2e57b19caa2705414eee049b49dcd4f3881908ce.tar.gz
Fix my obmission of the keyword enable after apm -e.
Submitted by: Blaz Zupan <blaz@amis.net>
Diffstat (limited to 'etc/etc.i386')
-rw-r--r--etc/etc.i386/rc.i3864
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.i386/rc.i386 b/etc/etc.i386/rc.i386
index adc08ba..886d384 100644
--- a/etc/etc.i386/rc.i386
+++ b/etc/etc.i386/rc.i386
@@ -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
OpenPOWER on IntegriCloud