On Thu, 14 Feb 2008, Guy Hulbert wrote:
On Thu, 2008-02-14 at 09:41 -0500, Chris Lewis wrote:
Like Solaris usually does (grr), "hostname" returns the host node
name
(no dots), not the FQDN.
This is correct behaviour.
Maybe *that* is, but is *this*?
config/me contains the FQDN, but $self->qp->config("me") _still_ returns
the node name. I see the "sub config" code uses `hostname` as the
default, but shouldn't it be seeing the config file itself regardless?
Other file-based config works as you'd expect.