#! /bin/sh

test -e /etc/sysconfig/network || exit 0

. /etc/sysconfig/network
exec /bin/hostname $HOSTNAME
