mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Fix typo in kldload command.
Submitted by: Thomas Valentino Crimi <tcrimi+@andrew.cmu.edu>
This commit is contained in:
parent
1b4ebbb32d
commit
dc8694e540
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35775
@ -39,7 +39,7 @@ do-install:
|
||||
@if [ -z "`kldstat -v | ${GREP} -E 'linux'`" ]; then \
|
||||
${ECHO} 'AlphaLinux mode is not enabled.\
|
||||
Loading AlphaLinux kernel module...' | fmt; \
|
||||
lkdload linux || { \
|
||||
kldload linux || { \
|
||||
${ECHO} 'The AlphaLinux kernel module could not be loaded.\
|
||||
Please manually load the module and retry.\
|
||||
See "man linux" for details.' | fmt; \
|
||||
|
Loading…
Reference in New Issue
Block a user