diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2024-06-03 16:17:02 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2024-06-03 16:19:54 +0000 |
| commit | 1b2aa3deeb0dbbace9fed635fa01b6f6e8480901 (patch) | |
| tree | d4f991a92b1c7c84e264b900f50f2fa0202c872a /README.md | |
| parent | 96dba636abec6d5451820add99300bda2ca6d86a (diff) | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md index 751ea3d440b2..a2e0892edf2e 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # dhcpcd dhcpcd is a -[DHCP](http://en.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol) and a -[DHCPv6](http://en.wikipedia.org/wiki/DHCPv6) client. -It's also an IPv4LL (aka [ZeroConf](http://en.wikipedia.org/wiki/Zeroconf)) +[DHCP](https://en.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol) and a +[DHCPv6](https://en.wikipedia.org/wiki/DHCPv6) client. +It's also an IPv4LL (aka [ZeroConf](https://en.wikipedia.org/wiki/Zeroconf)) client. -In layman's terms, dhcpcd runs on your machine and silently configures your +In layperson's terms, dhcpcd runs on your machine and silently configures your computer to work on the attached networks without trouble and mostly without configuration. @@ -78,8 +78,8 @@ which only apply to calling dhcpcd from the command line. ## Compatibility -dhcpcd-5 is only fully command line compatible with dhcpcd-4 -For compatibility with older versions, use dhcpcd-4 +dhcpcd-5 is only fully command line compatible with dhcpcd-4. +For compatibility with older versions, use dhcpcd-4. ## Upgrading dhcpcd-7 defaults the database directory to `/var/db/dhcpcd` instead of @@ -87,10 +87,10 @@ dhcpcd-7 defaults the database directory to `/var/db/dhcpcd` instead of in /etc. dhcpcd-9 defaults the run directory to `/var/run/dhcpcd` instead of -`/var/run` and the prefix of dhcpcd has been removed from the files. +`/var/run` and the prefix of dhcpcd has been removed from the files therein. ## ChangeLog We no longer supply a ChangeLog. However, you're more than welcome to read the -[commit log](https://roy.marples.name/git/dhcpcd/log) and -[archived release announcements](http://roy.marples.name/archives/dhcpcd-discuss/). +[commit log](https://github.com/NetworkConfiguration/dhcpcd/commits) and +[release announcements](https://github.com/NetworkConfiguration/dhcpcd/releases). |
