summaryrefslogtreecommitdiffstats
path: root/etc/etc.amd64/rc.amd64
diff options
context:
space:
mode:
authornewton <newton@FreeBSD.org>1999-01-30 07:22:29 +0000
committernewton <newton@FreeBSD.org>1999-01-30 07:22:29 +0000
commitce56332f811cb7e3814e4d54131795d37a108f80 (patch)
tree4e488e2248e27bd1f5a867f507cb27c4a5433110 /etc/etc.amd64/rc.amd64
parent50b0c4669d66f1795ad48826ca695aade4f54af2 (diff)
downloadFreeBSD-src-ce56332f811cb7e3814e4d54131795d37a108f80.zip
FreeBSD-src-ce56332f811cb7e3814e4d54131795d37a108f80.tar.gz
Added a knob for svr4 to rc.conf (and associated support in rc.i386)
Suggested by: jkh
Diffstat (limited to 'etc/etc.amd64/rc.amd64')
-rw-r--r--etc/etc.amd64/rc.amd647
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/etc.amd64/rc.amd64 b/etc/etc.amd64/rc.amd64
index b42161e..219eb09 100644
--- a/etc/etc.amd64/rc.amd64
+++ b/etc/etc.amd64/rc.amd64
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.i386,v 1.37 1998/11/11 05:25:32 peter Exp $
+# $Id: rc.i386,v 1.38 1999/01/29 18:09:38 yokota Exp $
# Do i386 specific processing
#
@@ -20,6 +20,11 @@ if [ "X${linux_enable}" = X"YES" ]; then
echo -n ' linux'; linux > /dev/null 2>&1
fi
+# Start the SysVR4 binary emulation if requested.
+if [ "X${svr4_enable}" = X"YES" ]; then
+ echo -n ' svr4'; svr4 > /dev/null 2>&1
+fi
+
if [ "X${xtend_enable}" = X"YES" ]; then
echo -n ' xtend'; /usr/libexec/xtend
fi
OpenPOWER on IntegriCloud