diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-04-13 21:23:17 +0000 | 
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-04-13 21:23:17 +0000 | 
| commit | 51564ceea85d03798eb74ff5cd9a6399032f139b (patch) | |
| tree | 34d2d287d59fe931603ab89bb5a8a6181055bb50 | |
| parent | c4374cae95c2cfc04a34e1591ced884f38dc5755 (diff) | |
Notes
| -rw-r--r-- | etc/etc.amd64/rc.amd64 | 6 | ||||
| -rw-r--r-- | etc/etc.i386/rc.i386 | 6 | 
2 files changed, 4 insertions, 8 deletions
diff --git a/etc/etc.amd64/rc.amd64 b/etc/etc.amd64/rc.amd64 index 9cdc19f2bea1..418b407b1883 100644 --- a/etc/etc.amd64/rc.amd64 +++ b/etc/etc.amd64/rc.amd64 @@ -1,6 +1,6 @@  #!/bin/sh -  # -#	$Id: rc.i386,v 1.6 1995/04/09 09:54:51 rgrimes Exp $ +#	$Id: rc.i386,v 1.7 1995/04/10 01:39:13 rgrimes Exp $  #	Do i386 specific processing  # @@ -8,9 +8,7 @@ echo -n 'enabling FreeBSD/386 options:'  # Start the SCO binary emulation if requested.  if [ "X${ibcs2}" = X"YES" ]; then -# Re-enable this if ibcs2 ever shuts up. -# 	echo -n ' ibcs2';	ibcs2 -	ibcs2 +	echo -n ' ';		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 9cdc19f2bea1..418b407b1883 100644 --- a/etc/etc.i386/rc.i386 +++ b/etc/etc.i386/rc.i386 @@ -1,6 +1,6 @@  #!/bin/sh -  # -#	$Id: rc.i386,v 1.6 1995/04/09 09:54:51 rgrimes Exp $ +#	$Id: rc.i386,v 1.7 1995/04/10 01:39:13 rgrimes Exp $  #	Do i386 specific processing  # @@ -8,9 +8,7 @@ echo -n 'enabling FreeBSD/386 options:'  # Start the SCO binary emulation if requested.  if [ "X${ibcs2}" = X"YES" ]; then -# Re-enable this if ibcs2 ever shuts up. -# 	echo -n ' ibcs2';	ibcs2 -	ibcs2 +	echo -n ' ';		ibcs2  fi  if [ "X${xtend}" != X"NO" -a -x /usr/libexec/xtend ]; then  | 
