From b027ba309d91b320e8fd284dc9a54e271800a8d4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 24 May 2006 19:41:46 +0000 Subject: [PATCH] - no java here (fix typo) Changed files: anaconda-network.patch -> 1.2 --- anaconda-network.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.43.0