5eaf7c
#!/usr/bin/bash
5eaf7c
5eaf7c
source /etc/sysconfig/network
5eaf7c
5eaf7c
if [ -n "${NISDOMAIN}" ] && [ -x /usr/bin/nisdomainname ]; then
5eaf7c
    nisdomainname ${NISDOMAIN}
5eaf7c
    exit $?
5eaf7c
fi
5eaf7c
5eaf7c
exit 0