diff options
| author | Roy Marples <roy@marples.name> | 2008-04-18 23:12:44 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-04-18 23:12:44 +0000 |
| commit | ba9dfb7aaeb7eb870cfc1c93c4e519d58f082b75 (patch) | |
| tree | 48e3d853d6b9e083ebda6703324a2053426a3c49 /dhcpcd.conf | |
| parent | 7eb93bd9e42aa2d63c28e006f74ee19d0a13a31d (diff) | |
| download | dhcpcd-ba9dfb7aaeb7eb870cfc1c93c4e519d58f082b75.tar.xz | |
dhcpcd can now read a basic config file! Add a default dhcpcd.conf and matching man page. Add dhcpcd.sh man page. dhcpcd can now report variables it can send to dhcpcd.sh as well.
Diffstat (limited to 'dhcpcd.conf')
| -rw-r--r-- | dhcpcd.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dhcpcd.conf b/dhcpcd.conf new file mode 100644 index 00000000..17832540 --- /dev/null +++ b/dhcpcd.conf @@ -0,0 +1,8 @@ +# A sample configuration for dhcpcd. +# See dhcpcd.conf(5) for details. + +# dhcpcd.sh uses these options. +option domain_name_servers, domain_name, domain_search, host_name + +# Most distros have ntp support. +option ntp_servers |
