From 003974384119463f1caa4a851fb09f1702fcfc8b Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Thu, 6 Apr 1995 02:38:37 +0000 Subject: [PATCH] Don't spit out a gratuitous ibcs2 startup message. --- etc/etc.amd64/rc.amd64 | 6 ++++-- etc/etc.i386/rc.i386 | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/etc/etc.amd64/rc.amd64 b/etc/etc.amd64/rc.amd64 index 881592e9540..1cd4cb677b9 100644 --- a/etc/etc.amd64/rc.amd64 +++ b/etc/etc.amd64/rc.amd64 @@ -1,6 +1,6 @@ #!/bin/sh - # -# $Id: rc.i386,v 1.3 1995/04/01 12:55:33 ache Exp $ +# $Id: rc.i386,v 1.4 1995/04/04 17:34:55 ache Exp $ # Do i386 specific processing # @@ -8,7 +8,9 @@ echo -n 'enabling FreeBSD/386 options:' # Start the SCO binary emulation if requested. if [ "X${ibcs2}" = X"YES" ]; then - echo -n ' ibcs2'; ibcs2 +# Re-enable this if ibcs2 ever shuts up. +# echo -n ' ibcs2'; ibcs2 + ibcs2 fi if [ "X${xtend}" != X"NO" -a -x /usr/libexec/xtend ]; then diff --git a/etc/etc.i386/rc.i386 b/etc/etc.i386/rc.i386 index 881592e9540..1cd4cb677b9 100644 --- a/etc/etc.i386/rc.i386 +++ b/etc/etc.i386/rc.i386 @@ -1,6 +1,6 @@ #!/bin/sh - # -# $Id: rc.i386,v 1.3 1995/04/01 12:55:33 ache Exp $ +# $Id: rc.i386,v 1.4 1995/04/04 17:34:55 ache Exp $ # Do i386 specific processing # @@ -8,7 +8,9 @@ echo -n 'enabling FreeBSD/386 options:' # Start the SCO binary emulation if requested. if [ "X${ibcs2}" = X"YES" ]; then - echo -n ' ibcs2'; ibcs2 +# Re-enable this if ibcs2 ever shuts up. +# echo -n ' ibcs2'; ibcs2 + ibcs2 fi if [ "X${xtend}" != X"NO" -a -x /usr/libexec/xtend ]; then