]> git.pld-linux.org Git - packages/anaconda.git/commitdiff
- no java here (fix typo)
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 24 May 2006 19:41:46 +0000 (19:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    anaconda-network.patch -> 1.2

anaconda-network.patch

index 312ec1079e1b0ac545074be086628368d0200651..723f652b665dc2c346011e00a7678f7587e971c8 100644 (file)
@@ -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:
This page took 0.117107 seconds and 4 git commands to generate.