aboutsummaryrefslogtreecommitdiff
path: root/etc/etc.i386/rc.i386
diff options
context:
space:
mode:
authorMitsuru IWASAKI <iwasaki@FreeBSD.org>1999-07-10 18:02:42 +0000
committerMitsuru IWASAKI <iwasaki@FreeBSD.org>1999-07-10 18:02:42 +0000
commit701279af09fa213d0b2e498b10706228a2688810 (patch)
treebb943c4a7092caddfd7fe5fd17ef4823fdec24ae /etc/etc.i386/rc.i386
parent07c279cd0d7ef404574d4f0c7c4a9bb3099a7065 (diff)
downloadsrc-701279af09fa213d0b2e498b10706228a2688810.tar.gz
src-701279af09fa213d0b2e498b10706228a2688810.zip
Put apmd configuration and rc files in /etc.
Update some files for apmd.
Notes
Notes: svn path=/head/; revision=48734
Diffstat (limited to 'etc/etc.i386/rc.i386')
-rw-r--r--etc/etc.i386/rc.i3866
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/etc.i386/rc.i386 b/etc/etc.i386/rc.i386
index 219eb09f6d7a..a131d16da0c8 100644
--- a/etc/etc.i386/rc.i386
+++ b/etc/etc.i386/rc.i386
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.i386,v 1.38 1999/01/29 18:09:38 yokota Exp $
+# $Id: rc.i386,v 1.39 1999/01/30 07:22:29 newton Exp $
# Do i386 specific processing
#
@@ -10,6 +10,10 @@ if [ "X$apm_enable" = X"YES" ] ; then
apmconf -e > /dev/null 2>&1
fi
+if [ "X$apmd_enable" = X"YES" ] ; then
+ echo -n ' apmd'; apmd
+fi
+
# Start the SCO binary emulation if requested.
if [ "X${ibcs2_enable}" = X"YES" ]; then
echo -n ' ibcs2'; ibcs2 > /dev/null 2>&1