CVS: lunar/var/lib/lunar/functions install.lunar,1.2,1.3
sofar at lunar-linux.org
sofar at lunar-linux.org
Fri Sep 19 21:26:58 GMT 2003
Update of /var/cvs/lunar/lunar/var/lib/lunar/functions
In directory dbguin.lunar-linux.org:/tmp/cvs-serv15641/var/lib/lunar/functions
Modified Files:
install.lunar
Log Message:
Fix for the double DL bug: running lget instead provides proper locking, download_module shouldn't be called by scripts
Index: install.lunar
===================================================================
RCS file: /var/cvs/lunar/lunar/var/lib/lunar/functions/install.lunar,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- install.lunar 14 Sep 2003 14:31:19 -0000 1.2
+++ install.lunar 19 Sep 2003 21:26:55 -0000 1.3
@@ -352,7 +352,7 @@
fi
# make sure we have the source code
- download_module $MODULE
+ lget $MODULE
# set the installwatchfile
export INSTALLWATCHFILE=$(temp_create "$MODULE.installwatch")
@@ -362,7 +362,7 @@
if [ "$MODULE" == "moonbase" ] ; then
if ! current_locked && ! solo_locked ; then
echo $$ > $linING &&
- get_moonbase &&
+ lget moonbase &&
rm -f $linING &&
return
else
More information about the Lunar-commits
mailing list