View | Details | Raw Unified | Return to bug 129648
Collapse All | Expand All

(-)/home/zoz/subversion/sysconfig/scripts/functions (-1 / +1 lines)
Lines 209-215 Link Here
209
	eval `getcfg -d . -f ifcfg- "$1"`
209
	eval `getcfg -d . -f ifcfg- "$1"`
210
	local IFPLUGD_PRIORITY=0
210
	local IFPLUGD_PRIORITY=0
211
	declare -i IFPLUGD_PRIORITY
211
	declare -i IFPLUGD_PRIORITY
212
	eval `grep IFPLUGD_PRIORITY ifcfg-$HWD_CONFIG_0 2>/dev/null`
212
	eval `grep '^[[:space:]]*IFPLUGD_PRIORITY' ifcfg-$HWD_CONFIG_0 2>/dev/null`
213
	echo "$IFPLUGD_PRIORITY"
213
	echo "$IFPLUGD_PRIORITY"
214
}
214
}
215
215

Return to bug 129648