http://bugzilla.novell.com/show_bug.cgi?id=587132 http://bugzilla.novell.com/show_bug.cgi?id=587132#c1 Marcus Schaefer <ms@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #1 from Marcus Schaefer <ms@novell.com> 2010-03-11 11:30:35 UTC --- fixed #====================================== # baseSysConfig #-------------------------------------- function baseUpdateSysConfig { # /.../ # Update sysconfig variable contents # ---- local FILE=$1 local VAR=$2 local VAL=$3 local args=$(echo "s'@^\($VAR=\).*\$@\1\\\"$VAL\\\"@'") eval sed -i $args $FILE } -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.