Sophie

Sophie

distrib > Mageia > 6 > armv5tl > media > core-release-src > by-pkgid > ce25850c1786793f4dcef8f24a034c48 > files > 3

at-3.1.20-1.mga6.src.rpm

--- at-3.1.7/atd.c.sigchld	Mon May 24 16:56:41 1999
+++ at-3.1.7/atd.c	Mon May 24 16:58:57 1999
@@ -348,6 +348,9 @@
 	    if (setuid(uid) < 0)
 		perr("Cannot set user id");
 
+	    if (SIG_ERR == signal(SIGCHLD, SIG_DFL))
+		perr("Cannot reset signal handler to default");
+
 	    chdir("/");
 
 	    if (execle("/bin/sh", "sh", (char *) NULL, nenvp) != 0)