diff options
author | June McEnroe <june@causal.agency> | 2019-12-23 00:06:05 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-12-23 00:08:25 -0500 |
commit | 197d139430f0fd44492f81b71e005ab63bebab6b (patch) | |
tree | c1d75d5dbcc59037600eee801ba10a74a69f727e /README.7 | |
parent | Document dig requirement in imbox(1) (diff) | |
download | imbox-197d139430f0fd44492f81b71e005ab63bebab6b.tar.gz imbox-197d139430f0fd44492f81b71e005ab63bebab6b.zip |
Properly support using drill rather than dig
Silly drill doesn't have +short, so emulate it by waiting for the ANSWER SECTION and skipping the leading fields.
Diffstat (limited to '')
-rw-r--r-- | README.7 | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/README.7 b/README.7 index 619ff64..b78dc49 100644 --- a/README.7 +++ b/README.7 @@ -31,13 +31,22 @@ The install prefix of LibreSSL is set by .Va LIBRESSL_PREFIX . The path of .Xr dig 1 +or +.Xr drill 1 can be set by defining the C preprocessor macro -.Va DIG_PATH . -The default is +.Va DIG_PATH +or +.Va DRILL_PATH , +respectively. +The default is to set +.Va DRILL_PATH +to .Pa /usr/bin/drill on .Fx -and +and set +.Va DIG_PATH +to .Pa dig everywhere else. . |