SOURCES: anaconda-network.patch - no java here (fix typo)

glen glen at pld-linux.org
Wed May 24 21:41:52 CEST 2006


Author: glen                         Date: Wed May 24 19:41:52 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- no java here (fix typo)

---- Files affected:
SOURCES:
   anaconda-network.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/anaconda-network.patch
diff -u SOURCES/anaconda-network.patch:1.1 SOURCES/anaconda-network.patch:1.2
--- SOURCES/anaconda-network.patch:1.1	Wed May 24 21:07:02 2006
+++ SOURCES/anaconda-network.patch	Wed May 24 21:41:46 2006
@@ -5,7 +5,7 @@
          for line in lines:
              dev = string.strip(line[0:6])
 +            # skip sit* devices, they aren't real
-+            if dev.startsWith("sit"):
++            if dev.startswith("sit"):
 +                break
              if dev != "lo" and not self.netdevices.has_key(dev):
  		if self.firstnetdevice is None:
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/anaconda-network.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list