summaryrefslogtreecommitdiffstats
path: root/etc/etc.amd64/rc.amd64
diff options
context:
space:
mode:
authoriwasaki <iwasaki@FreeBSD.org>1999-07-11 04:05:45 +0000
committeriwasaki <iwasaki@FreeBSD.org>1999-07-11 04:05:45 +0000
commitf687757a7c174d7f844f10cb815bdcc00a2632ff (patch)
treefbf67145ad95a2bbfde413118d19648f42e4a043 /etc/etc.amd64/rc.amd64
parentff415e0f87b382005cac0c206656a31494c599ff (diff)
downloadFreeBSD-src-f687757a7c174d7f844f10cb815bdcc00a2632ff.zip
FreeBSD-src-f687757a7c174d7f844f10cb815bdcc00a2632ff.tar.gz
Add apmd_enable and apmd_flags for the boot-time optinos.
Pointed out by: obrien Forgotten by: iwasaki
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 a131d16..14828db 100644
--- a/etc/etc.amd64/rc.amd64
+++ b/etc/etc.amd64/rc.amd64
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.i386,v 1.39 1999/01/30 07:22:29 newton Exp $
+# $Id: rc.i386,v 1.40 1999/07/10 18:02:42 iwasaki Exp $
# Do i386 specific processing
#
@@ -11,7 +11,7 @@ if [ "X$apm_enable" = X"YES" ] ; then
fi
if [ "X$apmd_enable" = X"YES" ] ; then
- echo -n ' apmd'; apmd
+ echo -n ' apmd'; apmd ${apmd_flags}
fi
# Start the SCO binary emulation if requested.
OpenPOWER on IntegriCloud