Re: [PATCH 05/22] Quote values when writing out to ifcfg files (#520146)

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

 



I like that one.
Hoperfully, we never have to do funny workarounds for ifcfg option
values containing white space like in
8549a36d4b22171992951a272b82f0aa14234dc4 from now on.

On 04/27/2010 10:49 AM, Radek Vykydal wrote:
> ---
>  network.py |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/network.py b/network.py
> index e353a79..974784f 100644
> --- a/network.py
> +++ b/network.py
> @@ -272,7 +272,7 @@ class NetworkDevice(IfcfgFile):
>              elif key == 'ETHTOOL_OPTS' and self.info[key].find("autoneg")== -1:
>                  s = s + key + """="autoneg off %s"\n""" % (self.info[key])
>              elif self.info[key] is not None:
> -                s = s + key + "=" + self.info[key] + "\n"
> +                s = s + key + '="' + self.info[key] + '"\n'
> 
>          return s
> 

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