On 1/17/21 2:04 PM, David Haller wrote:
> Hello,
> 
> On Sun, 17 Jan 2021, [email protected] wrote:
>> I have in a new machine (as on all other boxes) in make.conf
>> PORTAGE_ELOG_MAILSUBJECT="package \${PACKAGE} merged on \${HOST} with notice"
> [..]
>> Which file define "${HOST}"
> 
> ==== /etc/hosts ====
> [..]
> # IP-Address  Full-Qualified-Hostname  Short-Hostname
> 
> 127.0.0.1       syscon3.domain.tld       syscon3 localhost
> ::1             syscon3.domain.tld       syscon3 localhost
> ====
> 
> Use 'localdomain' as domain.tld if you don't have a domain.
> 
> HTH,
> -dnh

THANK YOU! It is working.
Does placement of the name make a difference? 
eg:  
127.0.0.1       syscon3.domain.tld       syscon3 localhost

vs.
127.0.0.1       localhost  syscon3  syscon3.domain.tld 

Reply via email to