Re: [PATCH rhel6-branch] Fix parsing of ifcfg OPTIONS parameter (#597205)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Ack.
It worked for me with or without editing the network config with nm-c-e.

On 05/28/2010 01:37 PM, Radek Vykydal wrote:
> ---
>  simpleconfig.py |    4 +---
>  1 files changed, 1 insertions(+), 3 deletions(-)
> 
> diff --git a/simpleconfig.py b/simpleconfig.py
> index 23fcaaa..d00f52f 100644
> --- a/simpleconfig.py
> +++ b/simpleconfig.py
> @@ -112,9 +112,7 @@ class IfcfgFile(SimpleConfigFile):
>              line = line.strip()
>              if line.startswith("#") or line == '':
>                  continue
> -            fields = line.split('=', 2)
> -            if len(fields) < 2:
> -                continue
> +            fields = line.split('=', 1)
>              key = uppercase_ASCII_string(fields[0])
>              value = fields[1]
>              # XXX hack

Steffen

Linux on System z Development

IBM Deutschland Research & Development GmbH
Vorsitzender des Aufsichtsrats: Martin Jetter
Geschäftsführung: Dirk Wittkopp
Sitz der Gesellschaft: Böblingen
Registergericht: Amtsgericht Stuttgart, HRB 243294


_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list



[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux