From 7fbb60bdc55cdf394e82babf2854e2971eebca5f Mon Sep 17 00:00:00 2001 From: "Michael K. Johnson" Date: Fri, 18 Jan 2002 16:19:03 +0000 Subject: depmod does not like this reuse of /lib/modules --- rc.d/rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.d/rc.sysinit') diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index dc4c226f..54cc9be7 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -722,7 +722,7 @@ fi # We need to deal with cases where there is no library, and we need to # deal with any version numbers that show up. shopt -s nullglob -for library in /lib/modules/$(uname -r)/libredhat-kernel.so* ; do +for library in /lib/kernel/$(uname -r)/libredhat-kernel.so* ; do ln -s -f $library /lib/ done shopt -u nullglob -- cgit v1.2.1