SHA256
1
0
forked from pool/bluez

Accepting request 21664 from home:seife:testing

Copy from home:seife:testing/bluez via accept of submit request 21664 revision 29.
Request was accepted with message:
update to bluez-4.55

OBS-URL: https://build.opensuse.org/request/show/21664
OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=23
This commit is contained in:
Stefan Seyfried
2009-10-04 21:07:30 +00:00
committed by Git OBS Bridge
parent ce98d2633d
commit 6c84f2a822
7 changed files with 66 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh
BLUETOOTH_CONFIG=/etc/sysconfig/bluetooth
test -r $BLUETOOTH_CONFIG && $BLUETOOTH_CONFIG
test -r $BLUETOOTH_CONFIG && . $BLUETOOTH_CONFIG
if [ "$START_BLUETOOTHD" = "no" ]; then
exit 0