Matt Fahrner wrote:
> What we want is a way to patch the RPMs on the target system such that
> it appears that we installed the whole new latest version package. That
> is, the binaries are updated, the package information is updated, and
> the package version is updated only by sending an incremental delta
> between the old package and the new package.
> 
> Is there a way to do this?

Probably not going to work as well as you hope, but if you want to
experiment, use rsync as it is the easiest and a standard RH package.

Syncing remotely can be as easy as
  rsync remote.rsyncserver.com::module/remotefile localfile
as always there are many other options and such.

Then rpm -U this "new" file.

--
Andrew E. Mileski - Software Engineer
Rebel.com  http://www.rebel.com/

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

Reply via email to