aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Kukawka <danny.kukawka@web.de>2008-03-14 16:03:12 +0100
committerDanny Kukawka <danny.kukawka@web.de>2008-03-14 16:03:12 +0100
commit33c3d6f9e54b85ba451916a01ea6e9622320ae48 (patch)
tree2ff29bac2aa19d65de27b76bb3318fbd13993b5e
parentfixed several addons to build correctly (diff)
downloadgentoo-hal-33c3d6f9e54b85ba451916a01ea6e9622320ae48.tar.gz
gentoo-hal-33c3d6f9e54b85ba451916a01ea6e9622320ae48.tar.bz2
gentoo-hal-33c3d6f9e54b85ba451916a01ea6e9622320ae48.zip
cleanup TODO: remove implemented 'Singleton addon'
Cleanup TODO: remove implemented 'Singleton addon' feature.
-rw-r--r--doc/TODO11
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/TODO b/doc/TODO
index 23299da6..689f5598 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -30,17 +30,6 @@ Items specifically planned for 0.5.10
- Make sure we check if the optical drives supports the commands
we are sending to it (proposed by pjones)
- - Singleton addons (s-addon); the idea that an add-on can attach to
- several device objects at the same time.
- - A s-addon would just implement, say, the interface
- org.freedesktop.Hal.SingletonAddon with methods DeviceAdded(),
- DeviceRemoved() through the hald direct connection.
- - An s-addon would be identified by it's commandline; e.g.
- info.s-addons = {"my-s-addon --foo", "my-s-addon --bar"} would
- be two distinct addons.
- - Bluez devs need this to start the Bluez daemon via HAL
- - Can consolidate other things like hald-addon-keyboard
-
- Move /usr/libexec to /usr/lib/hal/ - drop /usr/lib/hal/scripts -
use /usr/lib/hal/methods. Need to provide backwards compat
for 3rd party so we need to retain /usr/lib/hal/scripts