systemd-hwdb: introduce new tool

System Internals / systemd - Tom Gundersen [jklm.no] - 18 December 2014 08:37 UTC

This pulls out the hwdb managment from udevadm into an independent tool.

The old code is left in place for backwards compatibility, and easy of testing, but all documentation is dropped to encourage use of the new tool instead.

65eb437 systemd-hwdb: introduce new tool
.gitignore | 1 +
Makefile-man.am | 4 +
Makefile.am | 69 ++-
man/hwdb.xml | 87 ++++
man/systemd-hwdb.xml | 94 ++++
man/udev.xml | 37 --
man/udevadm.xml | 53 --
src/hwdb/Makefile | 1 +
src/hwdb/hwdb.c | 787 +++++++++++++++++++++++++++++
src/udev/udevadm-hwdb.c | 1 -
units/.gitignore | 2 +-
units/systemd-hwdb-update.service.in | 23 +
units/systemd-udev-hwdb-update.service.in | 23 -
13 files changed, 1043 insertions(+), 139 deletions(-)

Upstream: github.com


  • Share