diff options
| author | Brad Davis <brd@FreeBSD.org> | 2018-09-18 00:11:45 +0000 |
|---|---|---|
| committer | Brad Davis <brd@FreeBSD.org> | 2018-09-18 00:11:45 +0000 |
| commit | 62e23a47811d5ae29d0a01865952a8e23fcc977d (patch) | |
| tree | d5660bebfb86effa666288c621e48ffa285fcf4c /sbin/dhclient | |
| parent | 9f1e4c08ce8615bcd0a1a484bf1900709b407d82 (diff) | |
Notes
Diffstat (limited to 'sbin/dhclient')
| -rw-r--r-- | sbin/dhclient/Makefile | 1 | ||||
| -rw-r--r-- | sbin/dhclient/dhclient.conf | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/sbin/dhclient/Makefile b/sbin/dhclient/Makefile index 99b749eb720f..cdf93b8b8145 100644 --- a/sbin/dhclient/Makefile +++ b/sbin/dhclient/Makefile @@ -33,6 +33,7 @@ .include <src.opts.mk> +CONFS= dhclient.conf PACKAGE=runtime SRCS= dhclient.c clparse.c alloc.c dispatch.c hash.c bpf.c options.c \ tree.c conflex.c errwarn.c inet.c packet.c convert.c tables.c \ diff --git a/sbin/dhclient/dhclient.conf b/sbin/dhclient/dhclient.conf new file mode 100644 index 000000000000..a7639d904aad --- /dev/null +++ b/sbin/dhclient/dhclient.conf @@ -0,0 +1,8 @@ +# $FreeBSD$ +# +# This file is required by the ISC DHCP client. +# See ``man 5 dhclient.conf'' for details. +# +# In most cases an empty file is sufficient for most people as the +# defaults are usually fine. +# |
