[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: help building sendmail after patch



On Fri, Sep 19, 2003 at 10:04:02AM +0900, Dirk R?sler wrote:
> Yes, but it is not always obvious which binaries you have to move 
> afterwards. For example for now I have only copied over the new sshd to 
> my compiler-less system. I am not sure whether this is sufficient. For 
> sendmail, I couldn't tell which binaries I needed on the other side.

On your build box, prior to compiling and installing:
touch pre-patch

After compiling and installing:
find / -type f -newer pre-patch

should give you a list of files that were changed.

Depending on your system and the patch, narrow your find a little.

hth,
petard