diff options
author | jkh <jkh@FreeBSD.org> | 1995-04-06 02:38:37 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-04-06 02:38:37 +0000 |
commit | 862ad01747218f5c927c3b233409ce48f499f7ae (patch) | |
tree | afa001262cce7b510037d5a1614c3932e14a6cf7 /etc/etc.i386 | |
parent | dc1920c85499d54b5c2f1cbe39f7c34cacaa7648 (diff) | |
download | FreeBSD-src-862ad01747218f5c927c3b233409ce48f499f7ae.zip FreeBSD-src-862ad01747218f5c927c3b233409ce48f499f7ae.tar.gz |
Don't spit out a gratuitous ibcs2 startup message.
Diffstat (limited to 'etc/etc.i386')
-rw-r--r-- | etc/etc.i386/rc.i386 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/etc.i386/rc.i386 b/etc/etc.i386/rc.i386 index 881592e..1cd4cb6 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 |