From a87397ee973db634417b883d0f4969f1567f1b37 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 29 Jul 2011 22:16:28 +0200 Subject: [PATCH] connman: silence connman output Signed-off-by: Stephan Raue --- packages/network/connman/init.d/21_network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/network/connman/init.d/21_network b/packages/network/connman/init.d/21_network index 7f63ab2cfc..3c2f208351 100644 --- a/packages/network/connman/init.d/21_network +++ b/packages/network/connman/init.d/21_network @@ -190,7 +190,7 @@ fi progress "starting Connection manager" while true; do - /usr/sbin/connmand -n + /usr/sbin/connmand -n > /dev/null 2>&1 usleep 250000 done )&