<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=us-ascii" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Bruno Wolff III wrote:
<blockquote cite="mid20090124180434.GA3537@wolff.to" type="cite">
  <pre wrap="">On Sat, Jan 24, 2009 at 13:01:13 -0500,
  Gerry Reno <a class="moz-txt-link-rfc2396E" href="mailto:greno@verizon.net"><greno@verizon.net></a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Does anyone know of a way to find the differences between an  
installation and its original RPM?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
rpm -V will tell you about installed files that don't match what was in
the rpm. This doesn't handle files created by install scripts, but only
a few things create files in install scripts.

  </pre>
</blockquote>
<tt>Ok, that sort of works to get some information about which files
have some changes.  It doesn't show any new files that may have been
added to the installation though.<br>
<br>
Regards,<br>
Gerry<br>
<br>
</tt>
</body>
</html>