summaryrefslogtreecommitdiff
path: root/debian/patches-applied
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2010-08-31 21:59:36 -0700
committerSteve Langasek <vorlon@debian.org>2019-01-08 21:48:25 -0800
commit708286ab96a796707850245dafbe95ac6cdae94d (patch)
treed18a893c8aaf7384aabb58eb24c64d1ecfb49751 /debian/patches-applied
parentc4fa46822186a9f6b3a35ff8fcbeed7d58ac22da (diff)
add a missing comma
Diffstat (limited to 'debian/patches-applied')
-rw-r--r--debian/patches-applied/007_modules_pam_unix2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-applied/007_modules_pam_unix b/debian/patches-applied/007_modules_pam_unix
index 837eee6d..ae6370eb 100644
--- a/debian/patches-applied/007_modules_pam_unix
+++ b/debian/patches-applied/007_modules_pam_unix
@@ -146,7 +146,7 @@ Index: pam.deb/modules/pam_unix/support.h
+/* UNIX_MAX_PASS_LEN */ {"max=", _ALL_ON_, 0},
+/* UNIX_MIN_PASS_LEN */ {"minlen=", _ALL_ON_, 0x4000000},
+/* UNIX_MIN_PASS_COMPAT */ {"min=", _ALL_ON_, 0x8000000},
-+/* UNIX_OBSCURE_CHECKS */ {"obscure", _ALL_ON_, 0x10000000}
++/* UNIX_OBSCURE_CHECKS */ {"obscure", _ALL_ON_, 0x10000000},
};
#define UNIX_DEFAULTS (unix_args[UNIX__NONULL].flag)