From: Elan Ruusamäe Date: Wed, 24 May 2006 19:41:46 +0000 (+0000) Subject: - no java here (fix typo) X-Git-Tag: auto/th/anaconda-11_4_1_200808292136-1~74 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fanaconda.git;a=commitdiff_plain;h=b027ba309d91b320e8fd284dc9a54e271800a8d4 - no java here (fix typo) Changed files: anaconda-network.patch -> 1.2 --- diff --git a/anaconda-network.patch b/anaconda-network.patch index 312ec10..723f652 100644 --- a/anaconda-network.patch +++ b/anaconda-network.patch @@ -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: