Discussion:
git: dhcpcd: Bind to system
Aaron LI
2018-11-14 12:54:12 UTC
Permalink
commit 5d669bfaf21b80b79e46874f480bd4e9d7351cfd
Author: Aaron LI <***@aaronly.me>
Date: Fri Oct 19 15:32:31 2018 +0800

dhcpcd: Bind to system

NOTE:
This only makes 'dhcpcd' be built and installed, and doesn't affect the
existing 'dhclient'.

Summary of changes:
etc/Makefile | 3 +-
etc/mtree/BSD.usr.dist | 6 +++
etc/mtree/BSD.var.dist | 4 ++
sbin/Makefile | 1 +
sbin/dhcpcd/Makefile | 103 +++++++++++++++++++++++++++++++++++++++++++++++++
sbin/dhcpcd/config.h | 16 ++++++++
6 files changed, 132 insertions(+), 1 deletion(-)
create mode 100644 sbin/dhcpcd/Makefile
create mode 100644 sbin/dhcpcd/config.h

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5d669bfaf21b80b79e46874f480bd4e9d7351cfd
--
DragonFly BSD source repository
Loading...