summaryrefslogtreecommitdiff
path: root/debian/patches-applied/021_nis_cleanup
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-applied/021_nis_cleanup')
-rw-r--r--debian/patches-applied/021_nis_cleanup6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches-applied/021_nis_cleanup b/debian/patches-applied/021_nis_cleanup
index 86e80927..6b62bb7a 100644
--- a/debian/patches-applied/021_nis_cleanup
+++ b/debian/patches-applied/021_nis_cleanup
@@ -7,7 +7,7 @@ Index: pam.deb/modules/pam_unix/pam_unix_passwd.c
===================================================================
--- pam.deb.orig/modules/pam_unix/pam_unix_passwd.c
+++ pam.deb/modules/pam_unix/pam_unix_passwd.c
-@@ -588,7 +588,7 @@
+@@ -577,7 +577,7 @@
if (_unix_blankpasswd(pamh, ctrl, user)) {
return PAM_SUCCESS;
@@ -16,7 +16,7 @@ Index: pam.deb/modules/pam_unix/pam_unix_passwd.c
/* instruct user what is happening */
if (asprintf(&Announce, _("Changing password for %s."),
user) < 0) {
-@@ -601,7 +601,9 @@
+@@ -590,7 +590,9 @@
set(UNIX__OLD_PASSWD, lctrl);
retval = _unix_read_password(pamh, lctrl
,Announce
@@ -27,7 +27,7 @@ Index: pam.deb/modules/pam_unix/pam_unix_passwd.c
,NULL
,_UNIX_OLD_AUTHTOK
,&pass_old);
-@@ -612,9 +614,12 @@
+@@ -601,9 +603,12 @@
"password - (old) token not obtained");
return retval;
}