summaryrefslogtreecommitdiff
path: root/security/cracklib/files/patch-util__cracklib-format
blob: 573a22c4072accbb1b0a11b137c947c5d88861d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- util/cracklib-format.orig	2015-08-18 11:41:16.000000000 -0700
+++ util/cracklib-format	2016-02-04 21:05:17.397847600 -0800
@@ -3,6 +3,7 @@
 # This preprocesses a set of word lists into a suitable form for input
 # into cracklib-packer
 #
+unset LANG
 gzip -cdf "$@" |
     grep -v '^\(#\|$\)' |
     tr '[A-Z]' '[a-z]' |