Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 10598 Details for
Bug 18571
Bluetooth fix
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
bluetooth init.d script
bluetooth (text/plain), 713 bytes, created by
Eric Johanson
on 2003-04-13 18:47:52 UTC
(
hide
)
Description:
bluetooth init.d script
Filename:
MIME Type:
Creator:
Eric Johanson
Created:
2003-04-13 18:47:52 UTC
Size:
713 bytes
patch
obsolete
>#!/sbin/runscript > >depend() { > need hotplug >} > >start() >{ > ebegin "Starting hcid" > start-stop-daemon --start --quiet --pidfile /var/run/hcid.pid \ > --startas /usr/sbin/hcid > eend $? > > if [ -x /usr/sbin/sdpd ]; then > ebegin "Starting sdpd" > start-stop-daemon --start --quiet --pidfile /var/run/sdpd.pid \ > --startas /usr/sbin/sdpd > eend $? > fi > > # bind all rfcomm connectins from /etc/bluetooth/rfcomm.conf > einfo "binding all RF connections" > rfcomm bind all >} >stop() >{ > ebegin "Stopping hcid" > killall hcid > eend $? > > if [ -x /usr/sbin/sdpd ]; then > ebegin "Stopping sdpd" > killall sdpd > eend $? > fi > > einfo "removing all RF connections" > rfcomm release all >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 18571
:
10074
|
10075
|
10076
| 10598