CVS: theedge/sbin lin,1.65,1.66
sofar at lunar-linux.org
sofar at lunar-linux.org
Thu Aug 7 23:52:04 GMT 2003
Update of /var/cvs/lunar/theedge/sbin
In directory dbguin.lunar-linux.org:/tmp/cvs-serv26924/sbin
Modified Files:
lin
Log Message:
fix as of request tchan: $BUILD was unset during resurrect, and hooking up the code in lunar. Both approaches (lin -R or lunar resurrect) tested thorougly.
Index: lin
===================================================================
RCS file: /var/cvs/lunar/theedge/sbin/lin,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- lin 7 Aug 2003 18:01:26 -0000 1.65
+++ lin 7 Aug 2003 23:52:02 -0000 1.66
@@ -202,7 +202,11 @@
esac
done
- main $@
+ if [ -n "$RESURRECT" ] ; then
+ resurrect_modules $@
+ else
+ main $@
+ fi
fi
More information about the Lunar-commits
mailing list