From madd@mail.tecdigital.net  Fri Oct 19 11:02:38 2001
Return-Path: <madd@mail.tecdigital.net>
Received: from mail.tecdigital.net (tecdigital.tol.itesm.mx [132.254.97.16])
	by hub.freebsd.org (Postfix) with SMTP id 5A18B37B405
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 19 Oct 2001 11:02:37 -0700 (PDT)
Received: (qmail 62202 invoked by uid 0); 19 Oct 2001 18:02:31 -0000
Message-Id: <20011019180231.62201.qmail@mail.tecdigital.net>
Date: 19 Oct 2001 18:02:31 -0000
From: Mario Doria <madd@tecdigital.net>
Reply-To: Mario Doria <madd@tecdigital.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject:
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         31379
>Category:       misc
>Synopsis:       make installkernel writes modules to / instead of /modules
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 19 11:10:00 PDT 2001
>Closed-Date:    Mon Oct 22 22:00:59 PDT 2001
>Last-Modified:  Wed Oct 26 05:21:02 GMT 2005
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
 Originator:	Mario Doria
 
 Confidential:	no 
 Synopsis:	make installkernel writes modules to / instead of /modules
 Severity:      serious	
 Priority:	high
 Category:	kern 
 Class:		maintainer-update 
 Release:	FreeBSD 4.4-STABLE i386
 Environment:
 System: FreeBSD www.tecdigital.net 4.4-STABLE FreeBSD 4.4-STABLE #0: Thu Oct 18 23:25:32 MDT 2001 madd@www.tecdigital.net:/usr/src/sys/compile/TEC-DIGITAL i386
 
 
 	<machine, os, target, libraries (multiple lines)>
 Description:
 When installing a new kernel, or updating a system, the kernel loadable modules are saved to / (root) instead of /modules. I think they are also installed in /modules.
 	
 How-To-Repeat:
 	 do a make installkernel or build a kernel, when installing the kernel, the modules are written to / (root) instead of /modules.
 <code/input/activities to reproduce the problem (multiple lines)>
>How-To-Repeat:
>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: gnats-admin->freebsd-ports 
Responsible-Changed-By: mikeh 
Responsible-Changed-When: Mon Oct 22 16:01:21 PDT 2001 
Responsible-Changed-Why:  
Misfiled. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31379 
Responsible-Changed-From-To: freebsd-ports->freebsd-bugs 
Responsible-Changed-By: mikeh 
Responsible-Changed-When: Mon Oct 22 16:03:11 PDT 2001 
Responsible-Changed-Why:  
Not a ports issue. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31379 
State-Changed-From-To: open->closed 
State-Changed-By: cjc 
State-Changed-When: Mon Oct 22 22:00:59 PDT 2001 
State-Changed-Why:  
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 


http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31379 
>Unformatted:
