From 7fbb60bdc55cdf394e82babf2854e2971eebca5f Mon Sep 17 00:00:00 2001 From: "Michael K. Johnson" Date: Fri, 18 Jan 2002 16:19:03 +0000 Subject: depmod does not like this reuse of /lib/modules --- initscripts.spec | 6 +++--- rc.d/rc.sysinit | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/initscripts.spec b/initscripts.spec index 1d0ea016..9ac134b7 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 6.41 +Version: 6.42 License: GPL Group: System Environment/Base Release: 1 @@ -240,8 +240,8 @@ rm -rf $RPM_BUILD_ROOT %dir /etc/locale/*/LC_MESSAGES %changelog -* Thu Jan 17 2002 Michael K. Johnson -- Added support for libredhat-kernel.so.* symlink handling (6.41) +* Fri Jan 18 2002 Michael K. Johnson +- Added support for libredhat-kernel.so.* symlink handling (6.42) * Tue Oct 16 2001 Bill Nottingham - add ifup-ipx back in (#54686) diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index dc4c226f..54cc9be7 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -722,7 +722,7 @@ fi # 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/modules/$(uname -r)/libredhat-kernel.so* ; do +for library in /lib/kernel/$(uname -r)/libredhat-kernel.so* ; do ln -s -f $library /lib/ done shopt -u nullglob -- cgit v1.2.1