From b45ab734dc30fe9550a53985fcd06fc8fc10ac32 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 24 Jul 2011 00:45:37 +0200 Subject: [PATCH] connman: hide status messages on boot 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 87d57c9765..89da806004 100644 --- a/packages/network/connman/init.d/21_network +++ b/packages/network/connman/init.d/21_network @@ -109,7 +109,7 @@ fi progress "starting Connection manager" while true; do - /usr/sbin/connmand -n + /usr/sbin/connmand -n > /dev/null 2>&1 usleep 250000 done )&