summaryrefslogtreecommitdiffstats
path: root/etc/etc.amd64/rc.amd64
diff options
context:
space:
mode:
Diffstat (limited to 'etc/etc.amd64/rc.amd64')
-rw-r--r--etc/etc.amd64/rc.amd644
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.amd64/rc.amd64 b/etc/etc.amd64/rc.amd64
index 14828db..397ad5d 100644
--- a/etc/etc.amd64/rc.amd64
+++ b/etc/etc.amd64/rc.amd64
@@ -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