This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: httpd/monitor problem


On Thu, May 15, 2003 at 02:05:47PM +0200, Daniel Lidsten wrote:
> Hi again,
> 
> I have always got my source from CVS so i really dont know how to apply
> this patch. What command do i use? Patch? Diff?

Use patch

Cut the patch out of the email into a file, say monitor.diff.

Then go the one directory above the packages directory and do...

patch -p0 < ~/monitor.diff 

and it should say..

patching file packages/kernel//current/ChangeLog
patching file packages/kernel//current/src/common/kapi.cxx

         Andrew

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]