]> git.proxmox.com Git - systemd.git/commit
udev hwdb: Store binary database in libdir, not in /etc
authorMartin Pitt <martinpitt@gnome.org>
Fri, 14 Jun 2013 10:21:38 +0000 (12:21 +0200)
committerMichael Biebl <biebl@debian.org>
Thu, 18 Jul 2013 19:15:25 +0000 (21:15 +0200)
commit9561630ddf10c14f9a084cbd86334151b7ebd6a0
tree739acba4fe026f326dde9ac4677c2d108c177c93
parentd5051f7666e25ecf2b32c7076ce18c1de969d01b
udev hwdb: Store binary database in libdir, not in /etc

Storing huge binary files in /etc/ is ugly, as this is neither user-editable
nor configuration of any kind. This is just a cache file, and does not need
backing up.

Move it to udevlibexecdir instead.
Makefile.am
man/udevadm.xml
src/libudev/libudev-hwdb.c
src/udev/udevadm-hwdb.c