[Pkg-bluetooth-commits] r855 - /packages/bluez/trunk/debian/bluez.bluetooth.init
filippo at users.alioth.debian.org
filippo at users.alioth.debian.org
Wed Jun 24 14:03:00 UTC 2009
Author: filippo
Date: Wed Jun 24 14:02:58 2009
New Revision: 855
URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=855
Log:
better options matching
Modified:
packages/bluez/trunk/debian/bluez.bluetooth.init
Modified: packages/bluez/trunk/debian/bluez.bluetooth.init
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/bluez.bluetooth.init?rev=855&op=diff
==============================================================================
--- packages/bluez/trunk/debian/bluez.bluetooth.init (original)
+++ packages/bluez/trunk/debian/bluez.bluetooth.init Wed Jun 24 14:02:58 2009
@@ -156,9 +156,9 @@
fi
start_rfcomm || true
- if [ "$HIDD_ENABLED" -eq 1 ] ||
- [ "$PAND_ENABLED" -eq 1 ] ||
- [ "$DUND_ENABLED" -eq 1 ]; then
+ if [ "$HIDD_ENABLED" == "1" ] ||
+ [ "$PAND_ENABLED" == "1" ] ||
+ [ "$DUND_ENABLED" == "1" ]; then
log_progress_msg "compatibily daemons not started, see bluez-compat package"
fi
More information about the Pkg-bluetooth-commits
mailing list