From 54a18ea25de3965e7ae907c3238569eb01803bf1 Mon Sep 17 00:00:00 2001 From: Erik Troan Date: Tue, 10 Mar 1998 15:51:16 +0000 Subject: 1) added need_hostname and set_hostname functions 2) changed hostname lookup to use ipcalc --- sysconfig/network-scripts/ifup | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sysconfig/network-scripts/ifup') diff --git a/sysconfig/network-scripts/ifup b/sysconfig/network-scripts/ifup index 672f803c..5ea30db9 100755 --- a/sysconfig/network-scripts/ifup +++ b/sysconfig/network-scripts/ifup @@ -5,6 +5,8 @@ cd /etc/sysconfig/network-scripts . network-functions +need_hostname + CONFIG=$1 [ -z "$CONFIG" ] && { @@ -160,8 +162,8 @@ if [ "$IPSETUP" != yes ]; then done fi - if [ -n "$BOOTPHOSTNAME" -a "`hostname`" = "(none)" ]; then - hostname $BOOTPHOSTNAME + if [ -n "$BOOTPHOSTNAME" -a -n "$NEEDHOSTNAME" ]; then + set_hostname $BOOTPHOSTNAME fi fi fi -- cgit v1.2.1