diff options
author | Michael Hanson <hansonorders@verison.net> | 2010-04-01 23:28:58 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verison.net> | 2010-04-01 23:28:58 (GMT) |
commit | 71fef603911d15fd30b1033e565aecb01c4a1c11 (patch) | |
tree | b78b30f64f69f6361f4385a2df8560882b328c93 /abs/extra-testing/bluez/__Changelog | |
parent | e529a6ff6ddfdacdb63591fbee673a970f531d05 (diff) | |
download | linhes_pkgbuild-71fef603911d15fd30b1033e565aecb01c4a1c11.zip linhes_pkgbuild-71fef603911d15fd30b1033e565aecb01c4a1c11.tar.gz linhes_pkgbuild-71fef603911d15fd30b1033e565aecb01c4a1c11.tar.bz2 |
bluez: Add runit support. Needs testing.
Ref #676
Diffstat (limited to 'abs/extra-testing/bluez/__Changelog')
-rw-r--r-- | abs/extra-testing/bluez/__Changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/abs/extra-testing/bluez/__Changelog b/abs/extra-testing/bluez/__Changelog index af8c597..124d0eb 100644 --- a/abs/extra-testing/bluez/__Changelog +++ b/abs/extra-testing/bluez/__Changelog @@ -2,3 +2,10 @@ I really have no idea how this bluetooth stuff works. If anyone wants to take a stab at getting this working properly with runit, feel free. I only need this package to get mythpywii working. + +2010-04-01: +Make this package work with runit. All daemons were seperated into their +own run scripts. Of particular interest is rfcomm and hid2hci utilities. +They are not daemons and I added "/sbin/sv <executable> down ." in their +respective run files. All based on this thread: +http://article.gmane.org/gmane.comp.sysutils.supervision.general/1585/ |