From owner-freebsd-bugs Sat Sep 9 14:30: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CFFFD37B424 for ; Sat, 9 Sep 2000 14:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA30651; Sat, 9 Sep 2000 14:30:01 -0700 (PDT) (envelope-from gnats@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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/21154: Change the name of *_saver.ko to saver_*.ko Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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