[Lunar-commits] CVS: moonbase/utils/module-init-tools BUILD, 1.9,
1.10 DETAILS, 1.6, 1.7
Florin Braescu
florin at lunar-linux.org
Wed Jan 28 05:00:02 GMT 2004
Update of /var/cvs/lunar/moonbase/utils/module-init-tools
In directory dbguin.lunar-linux.org:/tmp/cvs-serv21978
Modified Files:
BUILD DETAILS
Log Message:
add the Chris work in creating a better BUILD file. it now works by selecting the right modules on 2.4 and 2.6 kernels. the order of install is by "lin modutils module-init-tools". thank you Chris for the great job.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/module-init-tools/BUILD,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- BUILD 1 Nov 2003 07:19:27 -0000 1.9
+++ BUILD 28 Jan 2004 05:00:00 -0000 1.10
@@ -9,14 +9,14 @@
prepare_install &&
install -m0644 modprobe.devfs /etc &&
- if module_installed modutils ; then
- for file in /sbin/insmod /sbin/lsmod /sbin/depmod \
- /sbin/modinfo /sbin/modprobe /sbin/rmmod
- do
- mv $file $file.old && echo "just moved " $file " to " $file.old
- done
- fi &&
-
+# if module_installed modutils ; then
+# for file in /sbin/insmod /sbin/lsmod /sbin/depmod \
+# /sbin/modinfo /sbin/modprobe /sbin/rmmod
+# do
+# mv $file $file.old && echo "just moved " $file " to " $file.old
+# done
+# fi &&
+ make moveold &&
make install &&
if [ ! -e /etc/modprobe.conf ]; then
./generate-modprobe.conf /etc/modprobe.conf
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/module-init-tools/DETAILS,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- DETAILS 1 Nov 2003 03:20:39 -0000 1.6
+++ DETAILS 28 Jan 2004 05:00:00 -0000 1.7
@@ -8,8 +8,9 @@
SOURCE_VFY=md5:b97a2c6226934fade702bd79c5211cab
WEB_SITE=http://www.kernel.org/
ENTERED=20030410
- UPDATED=20031031
- SHORT="module-init-tools contains utilities essential for a modular Linux 2.5 kernel."
+ UPDATED=20040128
+ SHORT="module-init-tools contains utilities essential for a modular Linux 2.5 kernel."
+
cat << EOF
This package contains utilities that are intended to make a
Linux modular kernel manageable for all users, administrators and
More information about the Lunar-commits
mailing list