Issue #22097 has been updated by Adrien Thebo.

Status changed from Unreviewed to Merged - Pending Release
Target version set to 2.0.0
Branch set to https://github.com/puppetlabs/facter/pull/497

Merged into master in 9332a13; this should be released in 2.0.0.

----------------------------------------
Bug #22097: facter should use LC_ALL not LANG when setting the C locale
https://projects.puppetlabs.com/issues/22097#change-96353

* Author: Guido GĂșnther
* Status: Merged - Pending Release
* Priority: Normal
* Assignee: 
* Category: 
* Target version: 2.0.0
* Keywords: 
* Branch: https://github.com/puppetlabs/facter/pull/497
* Affected Facter version: 
----------------------------------------
# LC_MESSAGES=de_DE.UTF-8 LANG=C ifconfig
eth0      Link encap:Ethernet  Hardware Adresse 52:54:00:0E:3F:E5  
          inet Adresse:10.174.252.56  Bcast:10.174.255.255  Maske:255.255.252.0

See the Adresse vs. the expected addr, whereas:

# LC_MESSAGES=de_DE.UTF-8 LC_ALL=C ifconfig
eth0      Link encap:Ethernet  HWaddr 52:54:00:0E:3F:E5  
          inet addr:10.174.252.56  Bcast:10.174.255.255  Mask:255.255.252.0

See http://pubs.opengroup.org/onlinepubs/007908799/xbd/envvar.html

Pull request forthcoming.


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to