mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Don't spit out a gratuitous ibcs2 startup message.
This commit is contained in:
parent
d108492508
commit
0039743841
2 changed files with 8 additions and 4 deletions
|
|
@ -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 a new issue