[xiph-commits] r14928 - in trunk/mgm: doc modules/linux

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Mon May 19 15:28:16 PDT 2008


Author: xiphmont
Date: 2008-05-19 15:28:15 -0700 (Mon, 19 May 2008)
New Revision: 14928

Modified:
   trunk/mgm/doc/down.html
   trunk/mgm/modules/linux/00helper
Log:
OMG, getting ready for an MGM release.  You know what?  Still don't use it.


Modified: trunk/mgm/doc/down.html
===================================================================
--- trunk/mgm/doc/down.html	2008-05-19 19:31:57 UTC (rev 14927)
+++ trunk/mgm/doc/down.html	2008-05-19 22:28:15 UTC (rev 14928)
@@ -19,11 +19,11 @@
 
 <h2>MGM download</h2>
 
-The current version of MGM for Linux, Solaris, and NetBSD is 1.1<p>
+The current version of MGM for Linux, Solaris, and NetBSD is 1.2<p>
 
 <ul>
-<li>Full MGM distribution: <a href="mgm-1.1.tgz">mgm-1.1.tgz</a><p>
-<li><a href="http://www.xiph.org/cvs.html">CVS access</a><p>
+<li>Full MGM distribution: <a href="mgm-1.2.tgz">mgm-1.2.tgz</a><p>
+<li><a href="http://svn.xiph.org/trunk/mgm">SVN access</a><p>
 </ul>
 
 <h2>Installation: READ THIS DAGNABBIT!</h2>
@@ -66,6 +66,6 @@
 
 MGM, Xiphophorus and their logos are trademarks (tm) of
 <a href="http://www.xiph.org/">Xiphophorus</a>.  These pages are
-copyright (C) 1994-1999 Xiphophorus. All rights reserved.<p>
+copyright (C) 1994-2008 Xiphophorus. All rights reserved.<p>
 
 </body>
\ No newline at end of file

Modified: trunk/mgm/modules/linux/00helper
===================================================================
--- trunk/mgm/modules/linux/00helper	2008-05-19 19:31:57 UTC (rev 14927)
+++ trunk/mgm/modules/linux/00helper	2008-05-19 22:28:15 UTC (rev 14928)
@@ -73,9 +73,12 @@
 	    my$pos=rindex $_, ":";
 	    if($pos>0){
 		my$key=substr $_,0,$pos;
+		my$vals=$_;
 		$key=~s/^\s*(\S+)\s*/$1/;
-		$net{$key}=substr $_, $pos+1;
-		$active_if++;
+		unless ($key=~m/sit/) {
+		    $net{$key}=substr $vals, $pos+1;
+		    $active_if++;
+		} 
 	    }
 	} split "\n", $data;
     }



More information about the commits mailing list