pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/33349: graphics/Coin break solaris hostname



The following reply was made to PR pkg/33349; it has been noted by GNATS.

From: Klaus Heinz <k.heinz.apr.sechs%onlinehome.de@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/33349: graphics/Coin break solaris hostname
Date: Tue, 25 Apr 2006 10:56:26 +0200

 Gilles Dauphin wrote:
 
 > -case `hostname -d 2>/dev/null || domainname 2>/dev/null || hostname` in
 > +case `domainname 2>/dev/null || hostname` in
 
 Without knowing the package, I suppose it is interested in the DNS
 domain of the machine. The command "domainname" deals with NIS/YP
 domains and also LDAP, nowadays. Those domain names are not necessarily
 connected to the DNS domain.
 
 I think it is wrong to use domainname here, but on the other hand I
 think there is no canonical way to determine the DNS domain.
 
 ciao
      Klaus
 



Home | Main Index | Thread Index | Old Index