mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-28 12:07:10 +01:00
Don't spit out a gratuitous ibcs2 startup message.
This commit is contained in:
parent
dc1920c854
commit
862ad01747
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user