diff options
author | Bill Nottingham <notting@redhat.com> | 2000-01-31 22:59:56 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-01-31 22:59:56 +0000 |
commit | 5f484aa1408dcd491af8ac72584b6b08c820c3df (patch) | |
tree | 342317bb4c0bb4d846da668920c003fb222817e6 /rc.d | |
parent | 981c894294639ca3d7ae09b7e20f9e2b6c893a96 (diff) | |
download | initscripts-5f484aa1408dcd491af8ac72584b6b08c820c3df.tar initscripts-5f484aa1408dcd491af8ac72584b6b08c820c3df.tar.gz initscripts-5f484aa1408dcd491af8ac72584b6b08c820c3df.tar.bz2 initscripts-5f484aa1408dcd491af8ac72584b6b08c820c3df.tar.xz initscripts-5f484aa1408dcd491af8ac72584b6b08c820c3df.zip |
*** empty log message ***r4-86
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/rc.sysinit | 6 |
1 files changed, 0 insertions, 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 |