kldxref: file isn’t dynamically-linked while upgrade to FreeBSD 7

Recent upgrade to FreeBSD 7 using cvsup with tag : RELENG_7 seem smooth except last result in make installkernel

kldxref: file isn’t dynamically-linked

this message make me confuse, since it’s first time I see the message.

copy old kernel already in my mind until googling for while this url encourage me to

reboot  🙂

checking  after reboot.

$ uname -a
FreeBSD  7.0-BETA1 FreeBSD 7.0-BETA1 #2: Mon Oct 29 15:51:56 UTC 2007

seem ok, time to makeworld and mergemaster .

 in mergemaster

*** Displaying differences between ./etc/rc.d/kldxref and installed version:

— /etc/rc.d/kldxref   2007-06-03 10:41:06.000000000 +0000
+++ ./etc/rc.d/kldxref  2007-10-29 18:11:07.000000000 +0000
@@ -1,10 +1,10 @@
 #!/bin/sh
 #
-# $FreeBSD: src/etc/rc.d/kldxref,v 1.4.2.1 2007/05/24 16:14:37 des Exp $
+# $FreeBSD: src/etc/rc.d/kldxref,v 1.6 2007/04/09 08:53:40 des Exp $
 #

 # PROVIDE: kldxref
-# REQUIRE: root FILESYSTEMS
+# REQUIRE: FILESYSTEMS
 # BEFORE:  netif
 # KEYWORD: nojail

this part might be related too 🙂