| Summary: | Location of kernel modules incorrect in kldload(8) | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | David Magda <dmagda+fbugs> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | jmallet |
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->closed On Sun, Jun 29, 2003 at 03:03:34PM +0200, Christian Brueffer wrote: > Synopsis: Location of kernel modules incorrect in kldload(8) > > State-Changed-From-To: open->closed > State-Changed-By: brueffer > State-Changed-When: Sun Jun 29 15:02:35 CEST 2003 > State-Changed-Why: > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=53842 > Stupid gnats, the original change message was: jmallet has already committed this, thanks! - Christian -- Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D |
kldload(8) has the following under the FILES section: FILES /boot/kernel directory containing loadable modules. Modules must have an extension of .ko. This directory only exists in 5.x, not 4.x. The directory in question for 4.x is /modules. This 'bug' was introduced in rev 1.7.2.9. Fix: Change the line to read "/modules". How-To-Repeat: man kldload