FS#4846 - add "restart" to rc.d/bluetooth daemon (bluez-utils)
Attached to Project:
Arch Linux
Opened by Alessio Bolognino (mOLOk) - Wednesday, 21 June 2006, 19:22 GMT
Last edited by Tobias Powalowski (tpowa) - Thursday, 22 June 2006, 07:28 GMT
Opened by Alessio Bolognino (mOLOk) - Wednesday, 21 June 2006, 19:22 GMT
Last edited by Tobias Powalowski (tpowa) - Thursday, 22 June 2006, 07:28 GMT
|
Details
the summary explains almost all.
i think should be more compliant if the daemon "rc.d/bluetooth" in the bluez-utils package have the "restart" option too. i attach the PKGBUILD patch and the daemon patch. |
This task depends upon
Closed by Jan de Groot (JGC)
Sunday, 15 October 2006, 13:44 GMT
Reason for closing: Implemented
Additional comments about closing: Implemented in 3.7-2, which will go to testing first for now.
Sunday, 15 October 2006, 13:44 GMT
Reason for closing: Implemented
Additional comments about closing: Implemented in 3.7-2, which will go to testing first for now.
Comment by
James Rosten (yankees26) - Sunday,
15 October 2006, 13:40 GMT
I changed your patch around a bit. Instead of calling $0 stop and
$0 start, I put in exactly what start does line by line and same
for stop. That way instead of calling $0 stop/start and having to
open another shell in the process it all stays in the same shell.
I also removed the sleep 1 (I could be wrong, but I see no reason
for it). Here is the patch:
http://jrosten.googlecode.com/svn/trunk/patches/bluezutils/bluetooth.patch
PKGBUILD.patch