From c77b3ba143da491f020a1c2871a57d10d5b8bf8f Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Fri, 2 Apr 2021 17:26:34 +0200 Subject: [PATCH] whois: suppress missing file errors (thanks kivik) --- rc/bin/whois | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/bin/whois b/rc/bin/whois index 8308e4b60..447c47352 100755 --- a/rc/bin/whois +++ b/rc/bin/whois @@ -1,6 +1,6 @@ #!/bin/rc -for(i in $*) +>[2] /dev/null for(i in $*) grep '^'$i' ' /adm/whois || grep -i $i /adm/keys.who || grep -i $i /adm/netkeys.who ||