toybox icon indicating copy to clipboard operation
toybox copied to clipboard

fix-host-srv-text.patch

Open nomas2000 opened this issue 1 year ago • 0 comments

rrt[]msg* for SRV was copy+paste (from MX) wrong/confusing 

--- toybox-0.7.8/toys/pending/host.c_ORIG	2019-05-23 20:49:04.760865776 +0000
+++ toybox-0.7.8/toys/pending/host.c	2019-05-23 20:49:18.475658895 +0000
@@ -52,7 +52,7 @@
   [6] = { "SOA", "start of authority", PL_SOA },
   [12] = { "PTR", "domain name pointer", PL_NAME },
   [15] = { "MX", "mail is handled", PL_MX },
-  [33] = { "SRV", "mail is handled", PL_SRV },
+  [33] = { "SRV", "has SRV record", PL_SRV },
   [255] = { "*", 0, 0 },
 };
 

nomas2000 avatar Nov 02 '22 17:11 nomas2000