chiark / gitweb /
systemd-hwdb: introduce new tool
authorTom Gundersen <teg@jklm.no>
Mon, 15 Dec 2014 23:48:24 +0000 (00:48 +0100)
committerTom Gundersen <teg@jklm.no>
Thu, 18 Dec 2014 14:37:27 +0000 (15:37 +0100)
commit65eb4378c3e1de25383d8cd606909e64c71edc80
tree96c6ce50bb3eefea4322a22884d15c013929fc7b
parentb98b483bac585af754e8a22ea890db8486905d8a
systemd-hwdb: introduce new tool

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.
12 files changed:
.gitignore
Makefile-man.am
Makefile.am
man/hwdb.xml [new file with mode: 0644]
man/systemd-hwdb.xml [new file with mode: 0644]
man/udev.xml
man/udevadm.xml
src/hwdb/Makefile [new symlink]
src/hwdb/hwdb.c [new file with mode: 0644]
src/udev/udevadm-hwdb.c
units/.gitignore
units/systemd-hwdb-update.service.in [moved from units/systemd-udev-hwdb-update.service.in with 87% similarity]