[Pkg-shadow-commits] r2400 - in debian/trunk/debian: . patches

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Sat Sep 13 17:49:06 UTC 2008


Author: nekral-guest
Date: 2008-09-13 17:49:05 +0000 (Sat, 13 Sep 2008)
New Revision: 2400

Removed:
   debian/trunk/debian/patches/406_vipw_resume_properly
Modified:
   debian/trunk/debian/changelog
   debian/trunk/debian/patches/series
Log:
    - Remove patches applied upstream:
      + debian/patches/406_vipw_resume_properly


Modified: debian/trunk/debian/changelog
===================================================================
--- debian/trunk/debian/changelog	2008-09-13 17:46:57 UTC (rev 2399)
+++ debian/trunk/debian/changelog	2008-09-13 17:49:05 UTC (rev 2400)
@@ -6,6 +6,7 @@
       + 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

Deleted: debian/trunk/debian/patches/406_vipw_resume_properly
===================================================================
--- debian/trunk/debian/patches/406_vipw_resume_properly	2008-09-13 17:46:57 UTC (rev 2399)
+++ debian/trunk/debian/patches/406_vipw_resume_properly	2008-09-13 17:49:05 UTC (rev 2400)
@@ -1,21 +0,0 @@
-Goal: Resume properly after ^Z
-
-Fix: #414542
-
-Author: dean gaudet <dean at 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;
- 	}

Modified: debian/trunk/debian/patches/series
===================================================================
--- debian/trunk/debian/patches/series	2008-09-13 17:46:57 UTC (rev 2399)
+++ debian/trunk/debian/patches/series	2008-09-13 17:49:05 UTC (rev 2400)
@@ -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




More information about the Pkg-shadow-commits mailing list