[Lunar-commits] CVS: theedge/var/lib/lunar/functions modules.lunar, 1.44, 1.45

Auke Kok sofar at lunar-linux.org
Mon Oct 18 07:28:33 UTC 2004


Update of /var/cvs/lunar/theedge/var/lib/lunar/functions
In directory espresso.foo-projects.org:/home/sofar/active/theedge/var/lib/lunar/functions

Modified Files:
	modules.lunar 
Log Message:
Bugfix: don't run this on moonbase upgrades.


Index: modules.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/modules.lunar,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- modules.lunar	12 Oct 2004 10:09:17 -0000	1.44
+++ modules.lunar	18 Oct 2004 07:28:30 -0000	1.45
@@ -239,6 +239,9 @@
 # purpose  : runs the given script for a pre-defined module
 run_module_file() {
   debug_msg "run_module_file ($@)"
+  if [ "$1" == "moonbase" ] ; then
+    return 0
+  fi
   if [ -z "$SCRIPT_DIRECTORY" ] ; then
     if ! run_details $1 > /dev/null ; then
       return 1



More information about the Lunar-commits mailing list