From nobody@FreeBSD.ORG  Sat Sep  9 14:27:35 2000
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id 0473337B424; Sat,  9 Sep 2000 14:27:35 -0700 (PDT)
Message-Id: <20000909212735.0473337B424@hub.freebsd.org>
Date: Sat,  9 Sep 2000 14:27:35 -0700 (PDT)
From: riccardo@torrini.org
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@FreeBSD.org
Subject: Change the name of *_saver.ko to saver_*.ko
X-Send-Pr-Version: www-1.0

>Number:         21154
>Category:       kern
>Synopsis:       Change the name of *_saver.ko to saver_*.ko
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 09 14:30:01 PDT 2000
>Closed-Date:    Mon Oct 15 20:46:46 PDT 2001
>Last-Modified:  Mon Oct 15 20:50:09 PDT 2001
>Originator:     Riccardo Torrini
>Release:        5.0-CURRENT
>Organization:
>Environment:
FreeBSD trudy.home.torrini.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Sep  9 10:19:55 CEST 2000     root@trudy.home.torrini.org:/usr/obj/usr/src/sys/TRUDY  i386
>Description:
Please change the names of the saver modules to uniform names under
/modules (now /boot/kernel, but I think final version will go to
/boot/modules instead) from actual *_saver.ko to saver_*.ko as
interfaces (if_*.ko), sound (snd_*.ko), splash (splash_*.ko) and
netgraph (ng_*.ko).
>How-To-Repeat:
For 5.0-CURRENT:
# cd /boot/kernel && ls *_*

For previous versions:
# cd /modules && ls *_*
>Fix:
Rename during installkernel phase in the meantime, after changing
line in /etc/rc.i386 from:
   kldstat -v | grep -q _saver || kldload ${saver}_saver
to:
   kldstat -v | grep -q saver_ || kldload saver_${saver}

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: dougb 
State-Changed-When: Mon Oct 15 20:46:46 PDT 2001 
State-Changed-Why:  

No comment after 13 months indicates to me that this isn't 
likely to get any consideration without patches, and probably 
wouldn't be done anyway, due to the upheval it would cause. 

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