| Summary: | make installkernel writes modules to / instead of /modules | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Mario Doria <madd> |
| Component: | misc | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 1.0-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Mario Doria
2001-10-19 19:10:00 UTC
Responsible Changed From-To: gnats-admin->freebsd-ports Misfiled. Responsible Changed From-To: freebsd-ports->freebsd-bugs Not a ports issue. State Changed From-To: open->closed imp fixed it. imp 2001/10/19 08:30:45 PDT Modified files: (Branch: RELENG_4) sys/conf Makefile.alpha Makefile.i386 Makefile.pc98 Log: MFC: define KODIR to be /modules. it is defined to be /boot/kernel in current, so I did change that. this fixes installing the kernel modules. after my last change, they were installed in / rather than /modules. Revision Changes Path 1.47.2.8 +1 -0 src/sys/conf/Makefile.alpha 1.179.2.8 +1 -0 src/sys/conf/Makefile.i386 1.82.2.9 +1 -0 src/sys/conf/Makefile.pc98 |