Date: Sat, 9 Sep 2000 14:27:35 -0700 (PDT) From: riccardo@torrini.org To: freebsd-gnats-submit@FreeBSD.org Subject: kern/21154: Change the name of *_saver.ko to saver_*.ko Message-ID: <20000909212735.0473337B424@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sat Sep 09 14:30:01 PDT 2000
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000909212735.0473337B424>
