opnsense-ports/security/cracklib/files/patch-util_cracklib-format
Franco Fichtner 7bdaedf900 */*: sync with upstream
Taken from: HardenedBSD
2019-12-10 12:57:03 +01:00

11 lines
280 B
Text

--- util/cracklib-format.orig 2019-02-14 01:54:41 UTC
+++ util/cracklib-format
@@ -4,7 +4,7 @@
# into cracklib-packer
#
gzip -cdf "$@" |
- grep -v '^\(#\|$\)' |
+ grep -a -v '^\(#\|$\)' |
tr '[A-Z]' '[a-z]' |
tr -cd '\012[a-z][0-9]' |
env LC_ALL=C sort -u