summaryrefslogtreecommitdiffstats
path: root/etc/etc.i386
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-04-09 09:54:51 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-04-09 09:54:51 +0000
commit22293c7df5644d4bffb3bf431b5f5374ca2f7f34 (patch)
tree7305d9a7da909638aec9d0783f7f38a0353302c2 /etc/etc.i386
parent6c7aaa6b29e2e0f0854b6dee5edfe103a5e5a67d (diff)
downloadFreeBSD-src-22293c7df5644d4bffb3bf431b5f5374ca2f7f34.zip
FreeBSD-src-22293c7df5644d4bffb3bf431b5f5374ca2f7f34.tar.gz
This is a purely cosmetic clean up. Fix many cut and paste problems that
had turned tabs into spaces.
Diffstat (limited to 'etc/etc.i386')
-rw-r--r--etc/etc.i386/disktab8
-rw-r--r--etc/etc.i386/rc.i38610
2 files changed, 9 insertions, 9 deletions
diff --git a/etc/etc.i386/disktab b/etc/etc.i386/disktab
index eab06be..f408340 100644
--- a/etc/etc.i386/disktab
+++ b/etc/etc.i386/disktab
@@ -32,9 +32,9 @@
# Floppy formats:
#
# To make a filesystem on a floppy:
-# fdformat [-f <size>] fd<drive>[.<size>]
-# disklabel -r -w fd<drive>[.<size>] fd<size>
-# newfs fd<drive>[.<size>]
+# fdformat [-f <size>] fd<drive>[.<size>]
+# disklabel -r -w fd<drive>[.<size>] fd<size>
+# newfs fd<drive>[.<size>]
#
fd360:\
@@ -110,7 +110,7 @@ mk156|toshiba156|Toshiba MK156 156Mb:\
:dt=SCSI:ty=winchester:se#512:nt#10:ns#35:nc#825:\
:pa#15748:oa#0:ba#4096:fa#512:ta=4.2BSD:\
:pb#15748:ob#15748:tb=swap:\
- :pc#288750:oc#0:\
+ :pc#288750:oc#0:\
:ph#257250:oh#31500:bh#4096:fh#512:th=4.2BSD:
cp3100|Connor Peripherals 100MB IDE:\
diff --git a/etc/etc.i386/rc.i386 b/etc/etc.i386/rc.i386
index 1cd4cb6..68ba6a3 100644
--- a/etc/etc.i386/rc.i386
+++ b/etc/etc.i386/rc.i386
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.i386,v 1.4 1995/04/04 17:34:55 ache Exp $
+# $Id: rc.i386,v 1.5 1995/04/06 02:38:37 jkh Exp $
# Do i386 specific processing
#
@@ -9,12 +9,12 @@ 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
+# echo -n ' ibcs2'; ibcs2
ibcs2
fi
if [ "X${xtend}" != X"NO" -a -x /usr/libexec/xtend ]; then
- echo -n ' xtend'; /usr/libexec/xtend
+ echo -n ' xtend'; /usr/libexec/xtend
fi
##########################################################################
@@ -43,7 +43,7 @@ fi
# keyrate
if [ "X${keyrate}" != X"NO" ]; then
- echo -n ' keyrate'; kbdcontrol -r ${keyrate}
+ echo -n ' keyrate'; kbdcontrol -r ${keyrate}
fi
# change function keys
@@ -64,7 +64,7 @@ fi
# cursor type
if [ "X${cursor}" != X"NO" ]; then
- echo -n ' cursor'; vidcontrol -c ${cursor}
+ echo -n ' cursor'; vidcontrol -c ${cursor}
fi
# screen mapping
OpenPOWER on IntegriCloud