Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > 8b64012b63902b1198d390743392223d > files > 3

at-3.1.8-20mdv2007.1.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)