diff options
author | Bill Nottingham <notting@redhat.com> | 2004-01-28 16:42:28 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2004-01-28 16:42:28 +0000 |
commit | 6da027bc9fa064169515e966e76fee4ab8871827 (patch) | |
tree | 106b2e8d54879867f6ff15557e7a9763dda57ab2 /rc.d | |
parent | 3b2a233d339e71e13a1f2598ab7914293028483f (diff) | |
download | initscripts-6da027bc9fa064169515e966e76fee4ab8871827.tar initscripts-6da027bc9fa064169515e966e76fee4ab8871827.tar.gz initscripts-6da027bc9fa064169515e966e76fee4ab8871827.tar.bz2 initscripts-6da027bc9fa064169515e966e76fee4ab8871827.tar.xz initscripts-6da027bc9fa064169515e966e76fee4ab8871827.zip |
libredhat-kernel is dead
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/rc.sysinit | 10 |
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 |