aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols/quagga/quagga_0.99.21.bb
diff options
context:
space:
mode:
authorRoy Li <rongqing.li@windriver.com>2014-02-19 15:38:03 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2014-02-23 23:17:29 +0100
commit7a673eb37eb784b604f57884f802635aa2c1a49a (patch)
tree993f2429d6d2fafebf2f44442ffe6efe6701a192 /meta-networking/recipes-protocols/quagga/quagga_0.99.21.bb
parentbc6e6112e6c7082241c69fb3d8277b267dd5620a (diff)
downloadmeta-openembedded-contrib-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-networking/recipes-protocols/quagga/quagga_0.99.21.bb')
-rw-r--r--meta-networking/recipes-protocols/quagga/quagga_0.99.21.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/quagga/quagga_0.99.21.bb b/meta-networking/recipes-protocols/quagga/quagga_0.99.21.bb
index ae93952e3e..db2a67b4a9 100644
--- a/meta-networking/recipes-protocols/quagga/quagga_0.99.21.bb
+++ b/meta-networking/recipes-protocols/quagga/quagga_0.99.21.bb
@@ -5,6 +5,7 @@ PR = "${INC_PR}.0"
SRC_URI += "file://0001-doc-fix-makeinfo-errors-and-one-warning.patch \
file://lingering-IP-address-after-deletion-BZ-486.patch \
file://build-fix-extract.pl-for-cross-compilation.patch \
+ file://babel-close-the-stdout-stderr-as-in-other-daemons.patch \
"
SRC_URI[quagga-0.99.21.md5sum] = "99840adbe57047c90dfba6b6ed9aec7f"