aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rc.sysinit
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d/rc.sysinit')
-rwxr-xr-xrc.d/rc.sysinit2
1 files changed, 1 insertions, 1 deletions
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