CVS: moonbase/utils/module-init-tools BUILD,1.4,1.5
Veerappan
watryac04 at lunar-linux.org
Sat Sep 20 02:22:13 GMT 2003
Update of /var/cvs/lunar/moonbase/utils/module-init-tools
In directory dbguin.lunar-linux.org:/tmp/cvs-serv27998
Modified Files:
BUILD
Log Message:
"Fixed" the BUILD script for module-init-tools. It gets through compile
now, but there's still some work to be done... It's not moving the
symlinked files from modutils in /sbin properly.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/module-init-tools/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD 19 Sep 2003 18:19:52 -0000 1.4
+++ BUILD 20 Sep 2003 02:22:11 -0000 1.5
@@ -13,10 +13,11 @@
for file in /sbin/insmod /sbin/lsmod /sbin/depmod \
/sbin/modinfo /sbin/modprobe /sbin/rmmod
do
- test -e $file && mv $file $file.old
+ test -e $file && mv $file ${file}.old
+ echo "attempting to move " $file " to " $file.old
done
fi &&
-
+
make install &&
if [ ! -e /etc/modprobe.conf ]; then
./generate-modprobe.conf /etc/modprobe.conf
More information about the Lunar-commits
mailing list