Date: Mon, 21 Jan 2002 08:28:44 +0900 From: Makoto Matsushita <matusita@jp.FreeBSD.org> To: stable@FreeBSD.org Cc: obrien@FreeBSD.org Subject: src/release/Makefile rev 1.536.2.52: vnconfig execution was moved... Message-ID: <20020121082844N.matusita@jp.FreeBSD.org>
next in thread | raw e-mail | index | archive | help
I found that src/release/Makefile rev 1.536.2.52 does change about vnconfig execution which is *not* shown at PR: 29272. http://www.freebsd.org/cgi/cvsweb.cgi/src/release/Makefile#rev1.536.2.52 With this commit, execution of 'vnconfig' (which is required to ensure 'vn' module is loaded to the kernel) is moved from the early stage of "release" target to the first command of "release.8". However, vnconfig execution should have done under the original environment, since the only kernel module which is matched with running kernel lives in /modules, and not in chroot sandbox. It maybe not a critial bug for 4.5-RELEASE, but it should be backed out. Obrien, what's ideas are there behind this change? -- - Makoto `MAR' Matsushita To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020121082844N.matusita>