File csync2-NULL-pointer.patch of Package csync2
--- action.c.orig 2010-01-20 18:06:04.000000000 +0100
+++ action.c 2010-01-20 18:06:12.000000000 +0100
@@ -107,7 +107,7 @@
/* 1 */ open(logfile_clr, O_WRONLY|O_CREAT|O_APPEND, 0666);
/* 2 */ open(logfile_clr, O_WRONLY|O_CREAT|O_APPEND, 0666);
- execl("/bin/sh", "sh", "-c", real_command, 0);
+ execl("/bin/sh", "sh", "-c", real_command, NULL);
_exit(127);
}