Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-26 | [PATCH] udev_dbus changes | kay.sievers@vrfy.org | |
On Sun, Apr 11, 2004 at 03:51:07AM +0200, Kay Sievers wrote: > Here we change extras/dbus/* to > o install the binary in /etc/dev.d > o append .dev to the binary > o add David's copyright > o add the listener script to watch the sent dbus messages > o removed the undefined udev_log variable > o switch printf() to dbg() Here we install the binary in /usr/sbin/ and symlink it to /etc/dev.d/ with the .dev suffix. | |||
2005-04-26 | [PATCH] DEVNODE -> DEVNAME transition fixes | sjoerd@spring.luon.net | |
It seems that the transition from DEVNODE to DEVNAME wasn't done everywhere. This broke udev_dbus for me. Attached patch does the transition in the places it wasn't done yet. | |||
2005-04-26 | [PATCH] move udev_dbus to extras/dbus | greg@kroah.com | |
Should build now, but might have linking problems. |