https://bugzilla.novell.com/show_bug.cgi?id=227742 werner@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|werner@novell.com |garloff@novell.com ------- Comment #1 from werner@novell.com 2006-12-12 03:07 MST ------- This script or better file is part of package ulimit, reassign to maintainer. Remark: the syntax TOT=$(($MEMTOT+$SWPTOT)) is allowed even in a POSIX bourne shell as long as both variables MEMTOT and SWPTOT are set by the previous sed commands used for parsing /proc/meminfo. Nevertheless, IMHO the two sed command calls should be replaced by one `while read; case ... esac; done < /proc/meminfo' to avoid two fork/execev. Beside this the values of MEMTOT and SWPTOT should not be zero. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.