From owner-freebsd-questions@FreeBSD.ORG Sat Apr 4 15:42:49 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AF0554CF for ; Sat, 4 Apr 2015 15:42:49 +0000 (UTC) Received: from mail-ig0-x233.google.com (mail-ig0-x233.google.com [IPv6:2607:f8b0:4001:c05::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 72EE7795 for ; Sat, 4 Apr 2015 15:42:49 +0000 (UTC) Received: by igblo3 with SMTP id lo3so24609781igb.0 for ; Sat, 04 Apr 2015 08:42:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :content-type; bh=apRPjB4QctpxlQ079Hr33Qch7E963K1eW2M4FJKyCRw=; b=BbJobt+0518JNpv51HD006wz+6leOizYfUwPBYzclXcufDKoCbijsK1oFZ9faLUKlb l+Tyq54rniHYg+vFpwM152nA+qObBdRdawjUYjwLfCRiTdXWj1ax38MIoIaHKwSh0tIw rTp9ldoq/bwkMH8GZU1SMReilJS0oD1JD2VEcK8WSgT0U8OFeitcyzUvOct1yu3vsw2/ mrS12iwHM+WVUe9ETbDmtcW1vyag28iQKzR4kAAsABOXFrwRXwkByfo8X5XnrKjbGq8h 1HNsgGs6rtc0uEAoNNWww/xTG5OPuk85CrAAiO4zM3y7e4kyxocy1M6hEe6f5hK1WQAX K3gA== X-Received: by 10.43.6.65 with SMTP id oj1mr9469563icb.75.1428162168981; Sat, 04 Apr 2015 08:42:48 -0700 (PDT) MIME-Version: 1.0 References: <552001C0.6040304@gmail.com> In-Reply-To: <552001C0.6040304@gmail.com> From: Ben Woods Date: Sat, 04 Apr 2015 15:42:48 +0000 Message-ID: Subject: Re: dig command ? To: Ernie Luzar , FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Apr 2015 15:42:49 -0000 >From the FreeBSD 10.0 release notes: https://www.freebsd.org/releases/10.0R/relnotes.html BIND has been removed from the base system. unbound(8) , which is maintained by NLnet Labs, has been imported to support local DNS resolution functionality with DNSSEC. Note that it is not a replacement of BIND and the latest versions of BIND is still available in the Ports Collection. With this change, nslookup and dig are no longer a part of the base system. Users should instead use host(1) and drill(1) Alternatively, nslookup and dig can be obtained by installing dns/bind-tools port. [r255949] On Sat, Apr 4, 2015 at 11:22 PM Ernie Luzar wrote: > running 10.1 and went to use the dig command and its no longer part of > the system. Why was it removed? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions- > unsubscribe@freebsd.org" >