- Remove patches applied upstream:

+ debian/patches/406_vipw_resume_properly
This commit is contained in:
nekral-guest
2008-09-13 17:49:05 +00:00
parent 0c13397839
commit af8755d005
3 changed files with 1 additions and 22 deletions

1
debian/changelog vendored
View File

@@ -6,6 +6,7 @@ shadow (1:4.1.2-1) experimental; urgency=low
+ debian/patches/434_login_stop_checking_args_after--
+ debian/patches/491_configure.in_friendly_selinux_detection
+ debian/patches/487_passwd_chauthtok_failed_message
+ debian/patches/406_vipw_resume_properly
- Updated patches:
+ debian/patches/431_su_uid_0_not_root
+ debian/patches/463_login_delay_obeys_to_PAM

View File

@@ -1,21 +0,0 @@
Goal: Resume properly after ^Z
Fix: #414542
Author: dean gaudet <dean@arctic.org>
Status wrt upstream: Fixed upstream
Index: shadow-4.1.0/src/vipw.c
===================================================================
--- shadow-4.1.0.orig/src/vipw.c
+++ shadow-4.1.0/src/vipw.c
@@ -208,7 +208,7 @@
pid = waitpid (pid, &status, WUNTRACED);
if (WIFSTOPPED (status)) {
kill (getpid (), SIGSTOP);
- kill (getpid (), SIGCONT);
+ kill (pid, SIGCONT);
} else
break;
}

View File

@@ -25,7 +25,6 @@
403_fix_PATH-MAX_hurd
508_nologin_in_usr_sbin
505_useradd_recommend_adduser
406_vipw_resume_properly
414_remove-unwise-advices
415_login_put-echoctl-back
300_SHA_crypt_method