View Single Post

   
  #7 (permalink)  
Old 02-21-2008, 10:07 AM
Paul Bredbury
 
Posts: n/a
Default Re: After update, receiving /etc/hostname warnings

Peter J. de Vrijer wrote:
>>Is it okay to ignore this message for now?

>
> No, it is not okay. It means that something is wrong with
> /etc/conf.d/hostname


Not necessarily. A warning will be shown if /etc/hostname merely
exists. From /etc/init.d/hostname:

if [[ -f /etc/hostname ]] ; then
ewarn "You should stop using /etc/hostname and use
/etc/conf.d/hostname"
Reply With Quote