Hi

i had a look at this last night and have the same fix in my local tree
already. i need to think about it to see if it is enough, however seeing
that you came up with the same fix tells me it must be correct :)

    John

diff --git a/rcS.c b/rcS.c
index 395d992..332201e 100644
--- a/rcS.c
+++ b/rcS.c
@@ -115,6 +115,7 @@ static void add_initd(struct runqueue *q, char
*file, char *param)
        s = calloc_a(sizeof(*s), &f, strlen(file) + 1, &p, strlen(param) + 1);
        s->proc.task.type = &initd_type;
        s->proc.task.complete = q_initd_complete;
+       s->proc.task.run_timeout = 10000;
        s->param = p;
        s->file = f;
        strcpy(s->param, param);
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to