From 5f484aa1408dcd491af8ac72584b6b08c820c3df Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 31 Jan 2000 22:59:56 +0000 Subject: *** empty log message *** --- rc.d/rc.sysinit | 6 ------ 1 file changed, 6 deletions(-) diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index b08a40c3..5edfeb59 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -526,12 +526,6 @@ fi if [ ! -e /boot/System.map -a -r /boot/System.map-`uname -r` ] ; then ln -s -f System.map-`uname -r` /boot/System.map fi -if [ -L /boot/module-info -a -r /boot/module-info-`uname -r` ] ; then - ln -s -f module-info-`uname -r` /boot/module-info -fi -if [ ! -e /boot/module-info -a -r /boot/module-info-`uname -r` ] ; then - ln -s -f module-info-`uname -r` /boot/module-info -fi # 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 -- cgit