Fix typo in rev 1.69. Also clarify a line.

Submitted by:	ru
This commit is contained in:
David E. O'Brien 2003-05-15 01:28:39 +00:00
parent c0a54ff621
commit 0865cf03b8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115007

View file

@ -6,7 +6,7 @@
# XXX sort by order in GENERIC, not alphabetical
sed \
-e 's/ident.*GENERIC/ident BOOTMFS/g'
-e 's/ident.*GENERIC/ident BOOTMFS/g' \
-e '/DEBUG/d' \
-e '/DEC_KN8AE/d' \
-e '/SOFTUPDATES/d' \
@ -63,5 +63,8 @@ sed \
-e '/ sbp /d' \
-e '/ fwe /d' \
# XXX: blank line above intentional so lines may be added below the last
# entry with ease.
echo "options SCSI_NO_OP_STRINGS"
echo "options SCSI_NO_SENSE_STRINGS"