diff options
author | iwasaki <iwasaki@FreeBSD.org> | 1999-07-10 18:02:42 +0000 |
---|---|---|
committer | iwasaki <iwasaki@FreeBSD.org> | 1999-07-10 18:02:42 +0000 |
commit | be16db802f075e6d3399b571b73a5d2d901565f4 (patch) | |
tree | f7933333e0969471d5799ca4b615bb2029d1c5f2 /etc/etc.amd64 | |
parent | 669be26799b5a0577fb8f2f3716b8a715be82845 (diff) | |
download | FreeBSD-src-be16db802f075e6d3399b571b73a5d2d901565f4.zip FreeBSD-src-be16db802f075e6d3399b571b73a5d2d901565f4.tar.gz |
Put apmd configuration and rc files in /etc.
Update some files for apmd.
Diffstat (limited to 'etc/etc.amd64')
-rw-r--r-- | etc/etc.amd64/rc.amd64 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/etc.amd64/rc.amd64 b/etc/etc.amd64/rc.amd64 index 219eb09..a131d16 100644 --- a/etc/etc.amd64/rc.amd64 +++ b/etc/etc.amd64/rc.amd64 @@ -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 |