From owner-freebsd-current@FreeBSD.ORG Sat Oct 12 17:57:51 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D7151990 for ; Sat, 12 Oct 2013 17:57:51 +0000 (UTC) (envelope-from mozolevsky@gmail.com) Received: from mail-qc0-x235.google.com (mail-qc0-x235.google.com [IPv6:2607:f8b0:400d:c01::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9799C2947 for ; Sat, 12 Oct 2013 17:57:51 +0000 (UTC) Received: by mail-qc0-f181.google.com with SMTP id q4so3905374qcx.12 for ; Sat, 12 Oct 2013 10:57:50 -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=EuqHYJJhW0BffxrE3Hz4jiMNY+5bik19uhsWZYihkpg=; b=tTM+CNyaB1robDHgpJBb6LEWv/QNXtAJf/+xQOenoZfTI56IsJPL+CMqpNFx1Vg9Cw PHKFXQERJQqoDy1UMNjsaugiGA7G1mey0PtlPCcJghQCXXYwd4WW2Jngjge8xbN+yqRx MZ57wbvhDLaXV/drnzsyLAML9cmfJ4oRs6JtF1i5EvCLHSxShTBE0BgS9ofyZ9oWe96T y3HdOA9iMrvQovNcscI4Jn+TVgkOrSn/4ovdw4Dhwvo823JzXviBKdxXUKr7D9NOiiC6 W0mo6sRKerT2RbJlWXLG1HXTLElPMtj2nilMI5NkN4jjY4dMZPHDLBYz+F3T2BeEWGni eEjQ== X-Received: by 10.224.36.146 with SMTP id t18mr2513023qad.111.1381600670816; Sat, 12 Oct 2013 10:57:50 -0700 (PDT) MIME-Version: 1.0 Sender: mozolevsky@gmail.com Received: by 10.224.112.138 with HTTP; Sat, 12 Oct 2013 10:57:10 -0700 (PDT) In-Reply-To: <52DAE42E-7A58-4A38-9FF4-3DF51866057D@ancientrocklab.com> References: <52DAE42E-7A58-4A38-9FF4-3DF51866057D@ancientrocklab.com> From: Igor Mozolevsky Date: Sat, 12 Oct 2013 18:57:10 +0100 X-Google-Sender-Auth: SF7c3zSrcJ5dIZCLU6tsjYikMvM 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:57:51 -0000 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.... -- Igor M.