> Assuming the machine gets proper hostname information, it may be in > the /etc/sysconfig/network file... > grep HOSTNAME /etc/sysconfig/network We are using the following lines on Fedora Core 1: #!/bin/bash source /etc/sysconfig/network hostname $HOSTNAME cu Florian Festi