aboutsummaryrefslogtreecommitdiff
path: root/security/cracklib/files/patch-util_cracklib-format
blob: 0bd2c58e2e4660f2fc3320e5f74f578ccedcead7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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