simulating dnsdomain

2010-01-20 Thread Aryeh M. Friedman

I have an application that needs to reliably get the fully qualified dns
name for the localhost (3rd party app so I don't want to change it
unless I have to) currrently it calls dnsdomainname which is in
linux is an alias for hostname --fqdn but FreeBSD does not have that
option set... how can I simulate this?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: simulating dnsdomain

2010-01-20 Thread Paul Schmehl
--On January 21, 2010 12:10:20 AM -0500 Aryeh M. Friedman 
aryeh.fried...@gmail.com wrote:



I have an application that needs to reliably get the fully qualified dns
name for the localhost (3rd party app so I don't want to change it
unless I have to) currrently it calls dnsdomainname which is in
linux is an alias for hostname --fqdn but FreeBSD does not have that
option set... how can I simulate this?


ln -s /bin/hostname /bin/dnsdomainname

Paul Schmehl, If it isn't already
obvious, my opinions are my own
and not those of my employer.
**
WARNING: Check the headers before replying

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org