]> git.ozlabs.org Git - petitboot/commit
discover/network: run udhcpc process in foreground mode
authorJeremy Kerr <jk@ozlabs.org>
Thu, 3 Apr 2014 07:48:20 +0000 (15:48 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Thu, 3 Apr 2014 07:48:20 +0000 (15:48 +0800)
commit3fa256bb478f2b3e6316c561169190457b21e616
treea99aff6c391fadfe8b4ca8937e48240c250a6a27
parente6427db8266f5964d14679c53b55da8e3ee0233c
discover/network: run udhcpc process in foreground mode

We don't want udhcpc processes to detach, otherwise we aren't able to
stop the spawned background process, which we need to do on reinit.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
discover/network.c