mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Properly spell "OSF/1".
This commit is contained in:
parent
50ed7dfec0
commit
b9b6854181
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=61340
@ -29,7 +29,7 @@
|
||||
FOUND=`kldstat -v | egrep 'osf1_ecoff'`
|
||||
|
||||
if [ "x$FOUND" != x ] ; then
|
||||
echo Osf1 driver already loaded
|
||||
echo "OSF/1 driver already loaded"
|
||||
exit 1
|
||||
else
|
||||
kldload osf1
|
||||
|
Loading…
Reference in New Issue
Block a user