opnsense-ports/security/cracklib/files/patch-util__cracklib-format
Franco Fichtner 40cd0ebfc0 */*: sync with upstream
Taken from: FreeBSD
2016-02-07 16:27:40 +01:00

10 lines
325 B
Text

--- 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]' |