Christian from the mailing list archive I noticed that you commented on removing getcfg. I need some help redoing some scripts( (they are mine) to not use getcfg. They are the xen networking scripts. Any help would be greatly appreciated.
he is a short snippet of the file I need to update (at least one of them)
preiftransfer()
{
local HWD_CONFIG_0
eval `/sbin/getcfg -d /etc/sysconfig/network/ -f ifcfg- -- "$netdev" | grep HWD_CONFIG_0=`
if [ -n "$HWD_CONFIG_0" ]; then
hwddev="$HWD_CONFIG_0"
fi
}
Thanks,
Stephen Shaw
--
To unsubscribe, e-mail: opensuse-networking+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-networking+help(a)opensuse.org