summaryrefslogtreecommitdiffstats
path: root/testing/source/PAM/a/pam/fedora-patches/pam-1.3.0-unix-nomsg.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/source/PAM/a/pam/fedora-patches/pam-1.3.0-unix-nomsg.patch')
-rw-r--r--testing/source/PAM/a/pam/fedora-patches/pam-1.3.0-unix-nomsg.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/testing/source/PAM/a/pam/fedora-patches/pam-1.3.0-unix-nomsg.patch b/testing/source/PAM/a/pam/fedora-patches/pam-1.3.0-unix-nomsg.patch
deleted file mode 100644
index 33c226773..000000000
--- a/testing/source/PAM/a/pam/fedora-patches/pam-1.3.0-unix-nomsg.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -up Linux-PAM-1.3.0/modules/pam_unix/pam_unix_passwd.c.nomsg Linux-PAM-1.3.0/modules/pam_unix/pam_unix_passwd.c
---- Linux-PAM-1.3.0/modules/pam_unix/pam_unix_passwd.c.nomsg 2016-04-11 13:08:47.000000000 +0200
-+++ Linux-PAM-1.3.0/modules/pam_unix/pam_unix_passwd.c 2017-04-20 16:51:24.853106709 +0200
-@@ -687,12 +687,6 @@ pam_sm_chauthtok(pam_handle_t *pamh, int
- return PAM_SUCCESS;
- } else if (off(UNIX__IAMROOT, ctrl) ||
- (on(UNIX_NIS, ctrl) && _unix_comesfromsource(pamh, user, 0, 1))) {
-- /* instruct user what is happening */
-- if (off(UNIX__QUIET, ctrl)) {
-- retval = pam_info(pamh, _("Changing password for %s."), user);
-- if (retval != PAM_SUCCESS)
-- return retval;
-- }
- retval = pam_get_authtok(pamh, PAM_OLDAUTHTOK, &pass_old, NULL);
-
- if (retval != PAM_SUCCESS) {