SOURCES: bash-elinks_cont.patch (NEW) - send SIGCONT to the ELinks...

witekfl witekfl at pld-linux.org
Fri May 2 16:26:06 CEST 2008


Author: witekfl                      Date: Fri May  2 14:26:06 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- send SIGCONT to the ELinks after CTRL-Z and fg

---- Files affected:
SOURCES:
   bash-elinks_cont.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/bash-elinks_cont.patch
diff -u /dev/null SOURCES/bash-elinks_cont.patch:1.1
--- /dev/null	Fri May  2 16:26:06 2008
+++ SOURCES/bash-elinks_cont.patch	Fri May  2 16:26:01 2008
@@ -0,0 +1,11 @@
+--- bash-3.2/jobs.c.old	2008-05-02 16:24:17.000000000 +0200
++++ bash-3.2/jobs.c	2008-05-02 16:24:34.000000000 +0200
+@@ -2824,8 +2824,6 @@ start_job (job, foreground)
+   else
+     jobs[job]->flags &= ~J_FOREGROUND;
+ 
+-  /* If the job is already running, then don't bother jump-starting it. */
+-  if (already_running == 0)
+     {
+       jobs[job]->flags |= J_NOTIFIED;
+       killpg (jobs[job]->pgrp, SIGCONT);
================================================================


More information about the pld-cvs-commit mailing list