aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2004-01-28 16:42:28 +0000
committerBill Nottingham <notting@redhat.com>2004-01-28 16:42:28 +0000
commit6da027bc9fa064169515e966e76fee4ab8871827 (patch)
tree106b2e8d54879867f6ff15557e7a9763dda57ab2
parent3b2a233d339e71e13a1f2598ab7914293028483f (diff)
downloadinitscripts-6da027bc9fa064169515e966e76fee4ab8871827.tar
initscripts-6da027bc9fa064169515e966e76fee4ab8871827.tar.gz
initscripts-6da027bc9fa064169515e966e76fee4ab8871827.tar.bz2
initscripts-6da027bc9fa064169515e966e76fee4ab8871827.tar.xz
initscripts-6da027bc9fa064169515e966e76fee4ab8871827.zip
libredhat-kernel is dead
-rwxr-xr-xrc.d/rc.sysinit10
1 files changed, 0 insertions, 10 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index 9283339c..cd140bfb 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -792,16 +792,6 @@ if [ "${version[0]}" -lt "3" -a "${version[1]}" -lt "6" ]; then
/sbin/mkkerneldoth
fi
-# The special Red Hat kernel library symlink must point to the right library
-# 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/kernel/$unamer/libredhat-kernel.so* ; do
- ln -f $library /lib/
- ldconfig -n /lib/
-done
-shopt -u nullglob
-
# Now that we have all of our basic modules loaded and the kernel going,
# let's dump the syslog ring somewhere so we can find it later
dmesg -s 131072 > /var/log/dmesg