SOURCES: vixie-cron-sigchld2.patch - updated
prism
prism at pld-linux.org
Mon Jul 25 12:38:37 CEST 2005
Author: prism Date: Mon Jul 25 10:38:37 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- updated
---- Files affected:
SOURCES:
vixie-cron-sigchld2.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/vixie-cron-sigchld2.patch
diff -u SOURCES/vixie-cron-sigchld2.patch:1.1 SOURCES/vixie-cron-sigchld2.patch:1.2
--- SOURCES/vixie-cron-sigchld2.patch:1.1 Tue Jul 13 19:43:28 1999
+++ SOURCES/vixie-cron-sigchld2.patch Mon Jul 25 12:38:32 2005
@@ -1,6 +1,7 @@
---- vixie-cron-3.0.1/do_command.c.sigchld2 Wed Jun 10 14:46:11 1998
-+++ vixie-cron-3.0.1/do_command.c Wed Jun 10 15:02:02 1998
-@@ -227,6 +227,14 @@
+diff -uNr vixie-cron-4.1.p6/do_command.c vixie-cron-4.1.p7/do_command.c
+--- vixie-cron-4.1.p6/do_command.c 2005-07-24 21:57:56.000000000 +0200
++++ vixie-cron-4.1.p7/do_command.c 2005-07-25 00:10:45.000000000 +0200
+@@ -265,6 +265,14 @@
_exit(OK_EXIT);
}
# endif /*DEBUGGING*/
@@ -11,7 +12,7 @@
+ * time to reset SIGCHLD handling.
+ */
+ (void) signal(SIGCHLD, SIG_DFL);
-+#endif
++#endif /*USE_SIGCHLD*/
execle(shell, shell, "-c", e->cmd, (char *)0, e->envp);
fprintf(stderr, "execl: couldn't exec `%s'\n", shell);
perror("execl");
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/vixie-cron-sigchld2.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list