@ -859,7 +859,7 @@ EOT
echo "$file:" $( cd $root/var/adm/flists
grep -l " $file\$" * )
done < <( cat $root/var/adm/flists/* | sed "s,^$xpkg:,.," | \
sort +1 | uniq -d -f1 | grep '^\. ' )
sort -k1 | uniq -d -f1 | grep '^\. ' )
fi
found_local=0
@ -143,7 +143,7 @@ else
for (id in count)
printf "%7d %7Ld %10.3f %s\n", count[id], time[id], time[id]/count[id], id;
}
' < config.profile | sort -n +1 > config.profile.new
' < config.profile | sort -n -k1 > config.profile.new
mv config.profile.new config.profile