SF.net SVN: morphix: [2301] trunk/scripts-mini/MorphixMiniPatchMM.xml

[email protected] Sun, 11 Jun 2006 13:26:24 -0700
Newsgroups gmane.linux.morphix.cvs
Message-ID <[email protected]>
Revision: 2301
Author:   bmsleight
Date:     2006-06-11 13:26:19 -0700 (Sun, 11 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/morphix/?rev=2301&view=rev

Log Message:
-----------
Adding MiniModule template to patch Morphing-Morphix

Added Paths:
-----------
    trunk/scripts-mini/MorphixMiniPatchMM.xml
Added: trunk/scripts-mini/MorphixMiniPatchMM.xml
===================================================================
--- trunk/scripts-mini/MorphixMiniPatchMM.xml	                        (rev 0)
+++ trunk/scripts-mini/MorphixMiniPatchMM.xml	2006-06-11 20:26:19 UTC (rev 2301)
@@ -0,0 +1,24 @@
+<comps>
+ <group>
+  <minimod>
+   <version>0.0.1</version>
+   <description>Patch Morphing-morphix to correct typos</description>
+   <minitag>PatchMM</minitag>
+   <maintag>ALL</maintag>
+   <bootoption>ALL</bootoption> <!-- Requires morphing-tools 0.2-20 + -->
+   <filelist> <!-- files to be added to minimod available as $1/morphix/files/ -->
+    <remote>
+     <file>http://svn.sourceforge.net/viewcvs.cgi/morphix/trunk/morph-scripts/mmorphix/morphing-morphix?r1=2220\&r2=2300\&view=patch</file>
+     <file>http://svn.sourceforge.net/viewcvs.cgi/morphix/trunk/morph-scripts/mmorphix/morphing-morphix?r1=2026\&r2=2220\&view=patch</file>
+    </remote>
+   </filelist>
+   <commandlist> <!-- Commands to be started from minimodule --> 
+    <preX>       <!-- Commands to run before X windows start -->
+     <command>echo " * Patching morphing-morphix, fixing Morphing Boot-up and mmaker tmp space"</command>
+     <command>sudo patch /usr/sbin/morphing-morphix $1/morphix/files/morphing-morphix?r1=2026&r2=2220&view=patch</command>
+     <command>sudo patch /usr/sbin/morphing-morphix $1/morphix/files/morphing-morphix?r1=2220&r2=2300&view=patch</command>
+    </preX>
+   </commandlist>
+  </minimod>
+ </group>
+</comps>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.