diff options
author | Bill Nottingham <notting@redhat.com> | 2002-04-12 22:55:35 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2002-04-12 22:55:35 +0000 |
commit | 03d37167e2b31be3c3220a47e27e0258e0a398f9 (patch) | |
tree | 9c84d43b30c44aae1ff0a02e199e779900e34f86 /rc.d | |
parent | 5a185803ee50cfbfd26ee8effff3552b01645db6 (diff) | |
download | initscripts-03d37167e2b31be3c3220a47e27e0258e0a398f9.tar initscripts-03d37167e2b31be3c3220a47e27e0258e0a398f9.tar.gz initscripts-03d37167e2b31be3c3220a47e27e0258e0a398f9.tar.bz2 initscripts-03d37167e2b31be3c3220a47e27e0258e0a398f9.tar.xz initscripts-03d37167e2b31be3c3220a47e27e0258e0a398f9.zip |
minor tweaks to libredhat-kernel.so handling
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/rc.sysinit | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index f2fb0179..b4367920 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -744,6 +744,7 @@ fi shopt -s nullglob for library in /lib/kernel/$(uname -r)/libredhat-kernel.so* ; do ln -s -f $library /lib/ + ldconfig -n /lib/ done shopt -u nullglob |