Lines Matching refs:hostname
11 hostname="" # Should not need to set it
68 read hostname the_ip
69 if [ "${hostname}" != "" ] ; then
70 echo "# $main_ether $hostname" >> /etc/hosts
71 echo "$the_ip $hostname" >> /etc/hosts
73 hostname=default
113 hostname=""
119 while [ "$b" != "" -a "${hostname}" = "" ] ; do
123 eval hostname=\${eth_host_${i}}
129 echo "fetch_hostname for <${key}> returns <${hostname}>"
154 if [ -z "${hostname}" ] ; then
157 hostname=localhost
163 [ -z "${hostname}" -o "${hostname}" = "." ] && read_address
165 fetch_mask ${hostname}-netmask
179 fetch_mask ${hostname}-netmask
180 [ -n "${ether}" -a -n "${hostname}" ] && \