about summary refs log tree commit diff
path: root/README.7
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-12-23 00:06:05 -0500
committerJune McEnroe <june@causal.agency>2019-12-23 00:08:25 -0500
commit197d139430f0fd44492f81b71e005ab63bebab6b (patch)
treec1d75d5dbcc59037600eee801ba10a74a69f727e /README.7
parentDocument dig requirement in imbox(1) (diff)
downloadimbox-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 'README.7')
-rw-r--r--README.715
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.
 .