Fix bug :TIVI-334 [2.0] Bluetooth is On in default, but its status shown as Off in... 78/2378/1
authorChengyi Zhao <chengyix.zhao@intel.com>
Mon, 19 Nov 2012 05:59:45 +0000 (13:59 +0800)
committerChengyi Zhao <chengyix.zhao@intel.com>
Mon, 19 Nov 2012 05:59:45 +0000 (13:59 +0800)
etc/rc.d/rc.network

index bd34e43..cc1ade4 100755 (executable)
@@ -3,8 +3,6 @@
 
 [ -x /sbin/wpa_supplicant ] && /sbin/wpa_supplicant -u &
 
-[ -x /usr/sbin/bluetoothd ] && /usr/sbin/bluetoothd &
-
 ifconfig lo 127.0.0.1 up
 
 [ -x /usr/sbin/sshd ] && /usr/sbin/sshd