Re: May you please add alias for nslookup?

2013-10-14 Thread Julian H. Stacey
> > Removing src/contrib/bind9 from FreeBSD-10 will get criticised as: > > "Calls itself a server OS, but no name server out of the box!" > > > > Please resist periodic urges to strip src/ towards just a tool set > > capable of rebuilding itself. Tossing expected tools (even if a > > port is mor

Re: May you please add alias for nslookup?

2013-10-12 Thread Allan Jude
On 2013-10-12 14:18, Allan Jude wrote: > On 2013-10-12 12:34, Julian H. Stacey wrote: >> RW wrote: >>> On Sat, 12 Oct 2013 10:44:56 +0200 >>> Ivan Voras wrote: >>> explaning the user what has happened and optionally invoking "host" or "dig". >>> Actually dig has gone >> Rather cryptic fo

Re: May you please add alias for nslookup?

2013-10-12 Thread Allan Jude
On 2013-10-12 12:34, Julian H. Stacey wrote: > RW wrote: >> On Sat, 12 Oct 2013 10:44:56 +0200 >> Ivan Voras wrote: >> >>> explaning the user what has happened and optionally invoking "host" >>> or "dig". >> Actually dig has gone > Rather cryptic for me so I looked: > > dig has gone from current s

Re: May you please add alias for nslookup?

2013-10-12 Thread Igor Mozolevsky
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 nslook

Re: May you please add alias for nslookup?

2013-10-12 Thread Igor Mozolevsky
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 I

Re: May you please add alias for nslookup?

2013-10-12 Thread Mark Felder
On Sat, Oct 12, 2013, at 11:34, Julian H. Stacey wrote: > RW wrote: > > On Sat, 12 Oct 2013 10:44:56 +0200 > > Ivan Voras wrote: > > > > > explaning the user what has happened and optionally invoking "host" > > > or "dig". > > > > Actually dig has gone > > Rather cryptic for me so I looked: >

Re: May you please add alias for nslookup?

2013-10-12 Thread Julian H. Stacey
RW wrote: > On Sat, 12 Oct 2013 10:44:56 +0200 > Ivan Voras wrote: > > > explaning the user what has happened and optionally invoking "host" > > or "dig". > > Actually dig has gone Rather cryptic for me so I looked: dig has gone from current src/usr.bin/dig nslookup & dig & host are all inst

Re: May you please add alias for nslookup?

2013-10-12 Thread RW
On Sat, 12 Oct 2013 10:44:56 +0200 Ivan Voras wrote: > explaning the user what has happened and optionally invoking "host" > or "dig". Actually dig has gone and has been replaced by the unbound utility drill. ___ freebsd-current@freebsd.org mailing lis

Re: May you please add alias for nslookup?

2013-10-12 Thread Mihamina RKTMB
On 10/12/2013 12:09 PM, zhifeng hu wrote: Every changes should be clear and help people out the trouble. No trouble,no Suffering please. And aliasing the "real nslookup" with host is driving into errors. -- +261 34 81 738 69 ___ freebsd-current@fre

Re: May you please add alias for nslookup?

2013-10-12 Thread zhifeng hu
OK, I am system administrator, I manage a server cluster for years, i really need nslookup tools to diagnostic the network health. i thought there be many more people here will be in trouble. Who will be affected by this change, may be the system administrators. may be the normal users. After

Re: May you please add alias for nslookup?

2013-10-12 Thread Ivan Voras
On 12/10/2013 08: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 INSTAL

May you please add alias for nslookup?

2013-10-11 Thread zhifeng hu
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 exper