> from the manpage is appended.  I've found that the following is a simple
> approximation:
> 
> for i in `rpm -qac`; do if [ -f $i.rpmsave ]; then rpm -qf $i;\
> ls -l $i $i.rpmsave; echo; fi done     

grep ".rpmsave" /tmp/upgrade.log
grep ".rpmnew" /tmp/upgrade.log

is more direct 

-- 
To unsubscribe:
mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to