Fix bug:TIVI-334 [2.0] Bluetooth is On in default, but its status shown as Off in... 79/2379/1 submit/2.0alpha-wayland/20121127.070452
authorChengyi Zhao <chengyix.zhao@intel.com>
Mon, 19 Nov 2012 07:15:56 +0000 (15:15 +0800)
committerChengyi Zhao <chengyix.zhao@intel.com>
Mon, 19 Nov 2012 07:15:56 +0000 (15:15 +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