From 2aa7a553dea2ee83592a746a0daf3c05908e9524 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 24 Jan 2002 03:27:09 +0000 Subject: port fix from 7.2 branch --- rc.d/rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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