Hi, On 11/21/05, Damien Bergamini <[EMAIL PROTECTED]> wrote: > damien 2005-11-20 16:02:04 UTC > > FreeBSD src repository > > Modified files: > sys/dev/iwi if_iwi.c > Log: > Don't use /etc/firmware. /etc is for configuration files only. > Use /boot to store firmware files instead.
If this meant that we would have /boot/firmware as a standard directory that is expected to be found on an usual installation, I think it might be good to have the following patch committed: Index: BSD.root.dist =================================================================== RCS file: /home/ncvs/src/etc/mtree/BSD.root.dist,v retrieving revision 1.74 diff -u -r1.74 BSD.root.dist --- BSD.root.dist 30 May 2005 20:51:13 -0000 1.74 +++ BSD.root.dist 20 Nov 2005 16:19:45 -0000 @@ -10,6 +10,8 @@ boot defaults .. + firmware + .. kernel .. modules Additionally I think __FreeBSDversion should be bumped so the ports system can have knowledge about this change. Cheers, -- Xin LI <[EMAIL PROTECTED]> http://www.delphij.net
_______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"