]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit - src/dhcpcd.conf.5.in
Instead of linking directly to libudev, create a plugin system for /dev
authorRoy Marples <roy@marples.name>
Thu, 12 Sep 2013 15:43:20 +0000 (15:43 +0000)
committerRoy Marples <roy@marples.name>
Thu, 12 Sep 2013 15:43:20 +0000 (15:43 +0000)
commit413652c1b372b0eddcb1c03ba9a89e202266f7aa
tree2a22a3e2bc85f825dbc9abce96ff3a4db026cc59
parent7c3225083f99af0f4c2787d015707883150897ea
Instead of linking directly to libudev, create a plugin system for /dev
management. This allows dhcpcd to work even if udev removed and adds the
ability to change from udev to something else in the future.
18 files changed:
.gitignore
Makefile
Makefile.inc
README
configure
defs.h
dev.c [new file with mode: 0644]
dev.h [moved from dev/udev.h with 75% similarity]
dev/Makefile [new file with mode: 0644]
dev/udev.c
dhcpcd-hooks/Makefile
dhcpcd.8.in
dhcpcd.c
dhcpcd.conf.5.in
if-linux.c
if-options.c
if-options.h
net.c