CVS: theedge/sbin lin,1.69,1.70
Auke Kok
sofar at lunar-linux.org
Thu Nov 6 22:29:41 GMT 2003
Update of /var/cvs/lunar/theedge/sbin
In directory dbguin.lunar-linux.org:/tmp/cvs-serv26791/sbin
Modified Files:
lin
Log Message:
Syncing some fixes:
- compiler wrappers showed wrong compile call
- get_moonbase breakage detection
- cpan:// module installing native supported (need to commit example modules, please be patient)
- autoresurrect logging disabled (too much noise in logs, especially with sound on).
Index: lin
===================================================================
RCS file: /var/cvs/lunar/theedge/sbin/lin,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- lin 4 Oct 2003 20:19:43 -0000 1.69
+++ lin 6 Nov 2003 22:29:39 -0000 1.70
@@ -60,7 +60,9 @@
if echo $MODULES | grep -qw moonbase ; then
# just update moonbase, no other modules
- get_moonbase
+ if ! get_moonbase ; then
+ exit 1
+ fi
# remove moonbase rofm MODULES and continue
MODULES=$(echo $MODULES | sed 's/moonbase//g')
if [ -z "$MODULES" ] ; then
More information about the Lunar-commits
mailing list