summaryrefslogtreecommitdiffstats
path: root/etc/etc.i386
diff options
context:
space:
mode:
authoriwasaki <iwasaki@FreeBSD.org>1999-07-12 17:20:29 +0000
committeriwasaki <iwasaki@FreeBSD.org>1999-07-12 17:20:29 +0000
commit4e7cdaf3e8b23a24febca4a1009692b2a648ecf1 (patch)
tree7a323bc98c362e0f72d3d89370e8fe222cd01172 /etc/etc.i386
parent13bfe4204bba5f542f868528020a12496d524a3f (diff)
downloadFreeBSD-src-4e7cdaf3e8b23a24febca4a1009692b2a648ecf1.zip
FreeBSD-src-4e7cdaf3e8b23a24febca4a1009692b2a648ecf1.tar.gz
Refine on explanation for apm stuff.
Make it clear that apmd depends on apmconf -e. Reviewed by: obrien, my friend :-)
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 14828db..397ad5d 100644
--- a/etc/etc.i386/rc.i386
+++ b/etc/etc.i386/rc.i386
@@ -1,11 +1,11 @@
#!/bin/sh -
#
-# $Id: rc.i386,v 1.40 1999/07/10 18:02:42 iwasaki Exp $
+# $Id: rc.i386,v 1.41 1999/07/11 04:05:45 iwasaki Exp $
# Do i386 specific processing
#
echo -n 'Initial rc.i386 initialization:'
-if [ "X$apm_enable" = X"YES" ] ; then
+if [ "X$apm_enable" = X"YES" -o "X$apmd_enable" = X"YES" ] ; then
echo -n ' apm'
apmconf -e > /dev/null 2>&1
fi
OpenPOWER on IntegriCloud