diff options
| author | Max Coplan <mchcopl@gmail.com> | 2019-10-16 17:31:20 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-16 17:31:20 -0400 |
| commit | cf16d66b6f0f0f135a97c471b82db1d9781992dc (patch) | |
| tree | fc18a7ac47bb56e5f6d1f0ba7883ec3e6e4c2e96 /configure | |
| parent | fa2c767ac99536acde70b55d5f0e197011bd9b3b (diff) | |
| download | dhcpcd-cf16d66b6f0f0f135a97c471b82db1d9781992dc.tar.xz | |
Added documentation for undocumented option
The dbdir option is used to specify the location of the DHCPd database. The default /var/db is not FHS compliant so some may wish to change this to
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -139,6 +139,7 @@ Fine tuning of the installation directories: --bindir=DIR user executables [PREFIX/bin] --sbindir=DIR system admin executables [PREFIX/sbin] --libexecdir=DIR program executables [PREFIX/libexec] + --dbdir=DIR database [STATEDIR/db/dhcpcd] --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --localstatedir=DIR modifiable single-machine data [/var] --libdir=DIR object code libraries [PREFIX/lib] |
