diff options
author | Roy Li <rongqing.li@windriver.com> | 2014-02-19 15:38:03 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-02-23 23:17:29 +0100 |
commit | 7a673eb37eb784b604f57884f802635aa2c1a49a (patch) | |
tree | 993f2429d6d2fafebf2f44442ffe6efe6701a192 /meta-oe/recipes-devtools | |
parent | bc6e6112e6c7082241c69fb3d8277b267dd5620a (diff) | |
download | meta-openembedded-7a673eb37eb784b604f57884f802635aa2c1a49a.tar.gz |
quagga: close the stdout/stderr as in other daemons
Once babald becomes a background daemon, it should not output information to
stdout, so need to close stdout.
In fact, other daemons close their stdout when they run into background, like
ospfd, isisd and bgpd, by calling daemon() which is in lib/daemon.c
Closing the stdout can fix a tee hang issue { #/usr/sbin/babeld -d |tee tmp }
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
0 files changed, 0 insertions, 0 deletions