On 7/7/2011 12:43 AM, zhengwu wrote:
++++++ check-bluetoothd-config.patch (new) --- check-bluetoothd-config.patch +++ check-bluetoothd-config.patch +--- old/rc.d/rc.sysinit 2011-07-05 11:02:17.472666472 +0800 ++++ new/rc.d/rc.sysinit 2011-07-05 13:28:36.905728247 +0800 +@@ -327,6 +327,15 @@ + fi + + if [ -x "/usr/sbin/bluetoothd" ] ; then ++ if [ -e /etc/boardname ]; then ++ BOARDNAME_REVISION=`cat /etc/boardname` ++ BOARDNAME=`echo $BOARDNAME_REVISION | sed 's!_[a-zA-Z0-9]*$!!g'` ++ if [ -x /usr/bin/$BOARDNAME_REVISION_bluetooth ]; then ++ /usr/bin/${BOARDNAME_REVISION}_bluetooth ++ elif [ -x /usr/bin/$BOARDNAME_bluetooth ]; then ++ /usr/bin/${BOARDNAME}_bluetooth ++ fi ++ fi + /usr/sbin/bluetoothd + fi
ewwwww? we have different bluetooth BINARIES for different boards? seriously? _______________________________________________ MeeGo-packaging mailing list [email protected] http://lists.meego.com/listinfo/meego-packaging
