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.amd646
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.amd64/rc.amd64 b/etc/etc.amd64/rc.amd64
index 9af48b5..b83e0cc 100644
--- a/etc/etc.amd64/rc.amd64
+++ b/etc/etc.amd64/rc.amd64
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.i386,v 1.13 1995/11/14 06:24:00 markm Exp $
+# $Id: rc.i386,v 1.14 1995/11/29 20:40:36 wollman Exp $
# Do i386 specific processing
#
@@ -9,13 +9,13 @@ echo -n 'enabling FreeBSD/i386 options:'
# Start the SCO binary emulation if requested.
if [ "X${ibcs2}" = X"YES" ]; then
echo -n ' '; ibcs2
- # XXX BOUGS - ibcs2 script shouldn't make any output on success
+ # XXX BOGUS - ibcs2 script shouldn't make any output on success
fi
# Start the Linux binary emulation if requested.
if [ "X${linux}" = X"YES" ]; then
echo -n ' '; linux
- # XXX BOGUS - linux script shouldn't make any output on success
+ # XXX BOGUS - Linux script shouldn't make any output on success
fi
if [ "X${xtend}" != X"NO" -a -x /usr/libexec/xtend ]; then
OpenPOWER on IntegriCloud