all you get when you enter an rpm package with mc's vfs is the header list. apply this patch to fix: -cut-cut- --- rpm.orig Wed Dec 30 23:58:00 1998 +++ rpm Fri Jan 1 12:46:34 1999 @@ -5,6 +5,7 @@ # Tomasz K&oczko (kloczek.pg.gda.pl) 1997 # minor changes by Wojtek Pilorz (wpilorz.pl) 1997 # minor changes by Michele Marziani (marziani.it) 1997 +# fix to handle new rpm output by Andrea Borgia <borgia.unibo.it> (1999) # (C) 1996 The Free Software Foundation. # # @@ -97,7 +98,7 @@ echo "$FILEPREF 0 $DATE INFO/CHANGELOG" fi - rpm -qlvp $1 | sed -e 's/^\(..........\)[-t] /\1 1 /' + rpm -qlvp $1 | sed -e 's/^\(..........\) /\1 1 /' } mcrpmfs_copyout () -cut-cut-
*** This bug has been marked as a duplicate of 13 ***