Go to file
OBS User autobuild 6182856cd6 Accepting request 19855 from Base:System
Copy from Base:System/bluez based on submit request 19855 from user seife

OBS-URL: https://build.opensuse.org/request/show/19855
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=41
2009-09-10 10:45:36 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=1 2008-09-15 08:31:24 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=1 2008-09-15 08:31:24 +00:00
bluetooth.modprobe OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=20 2009-01-13 17:37:58 +00:00
bluetooth.sh OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=38 2009-07-10 14:41:47 +00:00
bluetooth.sysconfig OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=38 2009-07-10 14:41:47 +00:00
bluez-4.44-udev-use-helperscript.diff OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=38 2009-07-10 14:41:47 +00:00
bluez-4.51.tar.bz2 Updating link to change in openSUSE:Factory/bluez revision 41.0 2009-09-10 10:45:36 +00:00
bluez-coldplug.init Accepting request 18609 from Base:System 2009-08-27 17:11:24 +00:00
bluez-gstreamer.changes Updating link to change in openSUSE:Factory/bluez revision 41.0 2009-09-10 10:45:36 +00:00
bluez-gstreamer.spec Updating link to change in openSUSE:Factory/bluez revision 41.0 2009-09-10 10:45:36 +00:00
bluez.changes Updating link to change in openSUSE:Factory/bluez revision 41.0 2009-09-10 10:45:36 +00:00
bluez.spec Updating link to change in openSUSE:Factory/bluez revision 41.0 2009-09-10 10:45:36 +00:00
README.SUSE OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=38 2009-07-10 14:41:47 +00:00
ready OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=1 2008-09-15 08:31:24 +00:00

Notes about the SUSE bluez packages:
====================================

How does bluetoothd get started?
--------------------------------
Bluetoothd is started via udev. This means: as soon as a bluetooth device
is inserted, bluetoothd is started with the option "--udev".
For the case that D-Bus is not yet running during system bootup when the
adapter is detected, bluetoothd will quit with exit code 1, udev will notice
that and then try to restart bluetoothd later.

If you want to prevent starting of the bluetooth service, edit
/etc/sysconfig/bluetooth and set START_BLUETOOTHD to "no".

Have a lot of fun...