From owner-freebsd-current@FreeBSD.ORG Sat Oct 12 17:59:38 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 328E1B91 for ; Sat, 12 Oct 2013 17:59:38 +0000 (UTC) (envelope-from mozolevsky@gmail.com) Received: from mail-qc0-x22e.google.com (mail-qc0-x22e.google.com [IPv6:2607:f8b0:400d:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E84202965 for ; Sat, 12 Oct 2013 17:59:37 +0000 (UTC) Received: by mail-qc0-f174.google.com with SMTP id v1so1245552qcw.19 for ; Sat, 12 Oct 2013 10:59:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=8DQVrBezrYznyAzW5aHeDH88KnMCda3ZWkd39BE29kY=; b=kPX6OdGJbHRMj+m8g5TYvfgNR0bcT6sSbZafQpsU59T8lKUY2sK/sPrRDWp86ZzSfH O7SCIHtvpxv4GlbPSSs0GdIYL97Y9xY+p55KQw+Xj/x8u7XmF8z7zzle/bcKK/WEuScX U6lLMHiwMP8X5i7Gjmtt9nrqK78flUBl1hDDB77c3YcK5Jv4tyyXaWQ8y2fjAqci+czk C7YoBTLdY7+g48rAoi+1FfgSfoqQCtVVgiC0fX2duKFsxqqT3/txaNuBpmyrEjVYoe59 HSCdoMoeSS6Y9YpKcUparlwArgXAgSEuWzCmLUEnCBBbGoBvHcSZPSMQoqDlgga2aSyU hFAA== X-Received: by 10.224.165.12 with SMTP id g12mr11827612qay.89.1381600776679; Sat, 12 Oct 2013 10:59:36 -0700 (PDT) MIME-Version: 1.0 Sender: mozolevsky@gmail.com Received: by 10.224.112.138 with HTTP; Sat, 12 Oct 2013 10:58:56 -0700 (PDT) In-Reply-To: References: <52DAE42E-7A58-4A38-9FF4-3DF51866057D@ancientrocklab.com> From: Igor Mozolevsky Date: Sat, 12 Oct 2013 18:58:56 +0100 X-Google-Sender-Auth: nAhuYw24FlGgiSh1u909AaTx9jA Message-ID: Subject: Re: May you please add alias for nslookup? To: zhifeng hu Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 17:59:38 -0000 On 12 October 2013 18:57, Igor Mozolevsky wrote: > > > > On 12 October 2013 07:10, zhifeng hu wrote: > >> I am noticed that the nslookup will not appear by default in freebsd 10. >> but this is a very basic tools, we need it very much more than you think. >> would you please add alias for nslookup ? such as >> alias nslookup="host -v" >> >> NOT FORCE USER TO INSTALL dns/bind-tool >> >> It's not good for human use experiences. >> > > Hasn't nslookup been deprecated by ISC a long time ago?.. I remember a > long time ago when I installed ISC's bind &c that every time I ran nslookup > I got a massive notice stating that nslookup's been deprecated and I should > use dig instead.... > This is the message: Note: nslookup is deprecated and may be removed from future releases. Consider using the 'dig' or 'host' programs instead. Run nslookup with the '-sil[ent]' option to prevent this message from appearing. -- Igor M.