summaryrefslogtreecommitdiffstats
path: root/etc/etc.i386/rc.i386
diff options
context:
space:
mode:
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 219eb09..a131d16 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
OpenPOWER on IntegriCloud