*** empty log message ***

This commit is contained in:
Ben Gras 2005-10-07 14:00:52 +00:00
parent f3e88a8352
commit 50951c50f9

View file

@ -10,7 +10,8 @@ fi
if [ "$1" = big ]
then t=$t.big
fi
chmem =350000 /usr/lib/* /usr/lib/i386/* /usr/lib/ego/* >/dev/null 2>&1
chmem =250000 /usr/lib/* /usr/lib/i386/* >/dev/null 2>&1
chmem =600000 /usr/lib/ego/* >/dev/null 2>&1
if [ -f $t ]
then cat "$t" | while read line
do awk '{ print "chmem =" $2 " " $1 " >/dev/null 2>&1 "}'