Hello community, here is the log from the commit of package sysvinit for openSUSE:Factory checked in at 2012-08-12 15:29:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sysvinit (Old) and /work/SRC/openSUSE:Factory/.sysvinit.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sysvinit", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/sysvinit/sysvinit.changes 2012-08-04 13:34:46.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.sysvinit.new/sysvinit.changes 2012-08-12 15:29:25.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Aug 10 12:44:29 UTC 2012 - [email protected] + +- Increase daemon detection time in startproc to give started + process the time to daemonize (bnc#757643) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ killproc-2.21.dif ++++++ --- /var/tmp/diff_new_pack.Qu5ZPp/_old 2012-08-12 15:29:28.000000000 +0200 +++ /var/tmp/diff_new_pack.Qu5ZPp/_new 2012-08-12 15:29:28.000000000 +0200 @@ -18,3 +18,14 @@ const size_t nlen = strlen(point); MNTINFO *restrict p; if (posix_memalign((void*)&p, sizeof(void*), alignof(MNTINFO)+(nlen+1)) != 0) { +--- startproc.c ++++ startproc.c 2012-08-10 12:43:56.136510304 +0000 +@@ -778,7 +778,7 @@ retry: + * to see a process damage. + */ + usleep(10*1000); /* 10 ms time for the child and its child */ +- if (++n < 10) ++ if (++n < 50) + goto retry; + break; + default: -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
