diff options
author | obrien <obrien@FreeBSD.org> | 2000-12-08 19:14:31 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-12-08 19:14:31 +0000 |
commit | f5ff2bee20155a56b3646325da72e1c26d819634 (patch) | |
tree | 32770e921f2f0a542b399434bfe3d28a56c257e4 /lang | |
parent | b0a0b6b61a32427e69b592e41260d8d8d41c3015 (diff) | |
download | FreeBSD-ports-f5ff2bee20155a56b3646325da72e1c26d819634.zip FreeBSD-ports-f5ff2bee20155a56b3646325da72e1c26d819634.tar.gz |
Fix typo in kldload command.
Submitted by: Thomas Valentino Crimi <tcrimi+@andrew.cmu.edu>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/compaq-cc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/compaq-cc/Makefile b/lang/compaq-cc/Makefile index e2d4715..d02bd22 100644 --- a/lang/compaq-cc/Makefile +++ b/lang/compaq-cc/Makefile @@ -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; \ |