.
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysvinit?expand=0&rev=182
This commit is contained in:
parent
8b05cfcd2a
commit
fc4d9b7a24
@ -18,3 +18,14 @@
|
|||||||
const size_t nlen = strlen(point);
|
const size_t nlen = strlen(point);
|
||||||
MNTINFO *restrict p;
|
MNTINFO *restrict p;
|
||||||
if (posix_memalign((void*)&p, sizeof(void*), alignof(MNTINFO)+(nlen+1)) != 0) {
|
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:
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 10 12:44:29 UTC 2012 - werner@suse.de
|
||||||
|
|
||||||
|
- Increase daemon detection time in startproc to give started
|
||||||
|
process the time to daemonize (bnc#757643)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 2 13:58:11 UTC 2012 - werner@suse.de
|
Thu Aug 2 13:58:11 UTC 2012 - werner@suse.de
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user