that's not true though. You don't have to compile all of systemd to get udevd and friends (but unfortunately, you would still need the systemd sources, which includes things you don't need). with a few quick modifications, you can compile them independently; http://www.freedesktop.org/wiki/Soft.../MinimalBuilds it looks fairly simple to do, create a couple of (empty) .pc files, use PKG_CONFIG_PATH to point to them, then you can compile each component with 'make udevd' (etc).
anyway, that isn't really the crux of why they are forking from what i gather, just one issue (that sounds like it can already be easily resolved anyway and is already documented).



Reply With Quote





I knew it was at least _possible_ to build them separately, although since i use systemd - i never bothered to try / needed to do that. My feeling is that the systemd guys want systemd to be 'the one ring to rule them all', it's just too bad that in some ways they seem to be a little short-sided on why certain people would need udev to be more compatible / independent (of systemd).
