FreeBSD/386 -> FreeBSD/i386

Submitted by:	Thomas Graichen <graichen@sirius.physik.fu-berlin.de>
This commit is contained in:
Rodney W. Grimes 1995-07-17 20:07:47 +00:00
parent e5b5ec5580
commit 264f3ec466
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9566
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
#!/bin/sh -
#
# $Id: rc.i386,v 1.8 1995/04/13 21:23:17 rgrimes Exp $
# $Id: rc.i386,v 1.9 1995/05/26 18:06:52 rgrimes Exp $
# Do i386 specific processing
#
echo -n 'enabling FreeBSD/386 options:'
echo -n 'enabling FreeBSD/i386 options:'
# Start the SCO binary emulation if requested.
if [ "X${ibcs2}" = X"YES" ]; then

View File

@ -1,10 +1,10 @@
#!/bin/sh -
#
# $Id: rc.i386,v 1.8 1995/04/13 21:23:17 rgrimes Exp $
# $Id: rc.i386,v 1.9 1995/05/26 18:06:52 rgrimes Exp $
# Do i386 specific processing
#
echo -n 'enabling FreeBSD/386 options:'
echo -n 'enabling FreeBSD/i386 options:'
# Start the SCO binary emulation if requested.
if [ "X${ibcs2}" = X"YES" ]; then