From 6da027bc9fa064169515e966e76fee4ab8871827 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 28 Jan 2004 16:42:28 +0000 Subject: libredhat-kernel is dead --- rc.d/rc.sysinit | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'rc.d') 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 -- cgit v1.2.1