Re: [LARTC] How to apply patch?

Linux Advanced Routing and Traffic Control

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

 



	Hello,

On Fri, 25 Apr 2003, casey wong wrote:

> I download the routes-2.4.20-9.diff and try to apply
> it
> with #patch -p1 routes-2.4.20-9.diff on my RH9 but it
> just stop there.

	man patch

1. patch on stdin:

#patch -p1 < routes-2.4.20-9.diff

2. same

#cat routes-2.4.20-9.diff | patch -p1

3. patch as input file

#patch -p1 -i routes-2.4.20-9.diff

Regards

--
Julian Anastasov <ja@xxxxxx>



[Index of Archives]     [LARTC Home Page]     [Netfilter]     [Netfilter Development]     [Network Development]     [Bugtraq]     [GCC Help]     [Yosemite News]     [Linux Kernel]     [Fedora Users]
  Powered by Linux