Comment 2 for bug 1412738

Revision history for this message
Philipp Marek (philipp-marek) wrote :

Yeah, and the code is correct - "version" is the "native" output.

I think Neutron shouldn't try to recognize all different localizations -
just the "pure" one, LC_ALL=C.

Just set the environment variable, and you get the expected output:

  $ dnsmasq --version | grep -i version
  Dnsmasq Version 2.72 Copyright (c) 2000-2014 Simon Kelley
  unter den Bedingungen der GNU General Public Lizenz, Version 2 oder 3.
  $ LC_ALL=C dnsmasq --version | grep -i version
  Dnsmasq version 2.72 Copyright (c) 2000-2014 Simon Kelley
  under the terms of the GNU General Public License, version 2 or 3.