* [LARTC] How to apply patch?
@ 2003-04-26 4:22 casey wong
2003-04-26 7:24 ` Julian Anastasov
2003-04-26 8:49 ` hare ram
0 siblings, 2 replies; 3+ messages in thread
From: casey wong @ 2003-04-26 4:22 UTC (permalink / raw)
To: lartc
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.
__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [LARTC] How to apply patch?
2003-04-26 4:22 [LARTC] How to apply patch? casey wong
@ 2003-04-26 7:24 ` Julian Anastasov
2003-04-26 8:49 ` hare ram
1 sibling, 0 replies; 3+ messages in thread
From: Julian Anastasov @ 2003-04-26 7:24 UTC (permalink / raw)
To: lartc
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@ssi.bg>
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [LARTC] How to apply patch?
2003-04-26 4:22 [LARTC] How to apply patch? casey wong
2003-04-26 7:24 ` Julian Anastasov
@ 2003-04-26 8:49 ` hare ram
1 sibling, 0 replies; 3+ messages in thread
From: hare ram @ 2003-04-26 8:49 UTC (permalink / raw)
To: lartc
Hi
You have to do
patch -p1 < x.diff
hare
----- Original Message -----
From: "casey wong" <caseyywong@yahoo.com>
To: <lartc@mailman.ds9a.nl>
Sent: Saturday, April 26, 2003 9:52 AM
Subject: [LARTC] How to apply patch?
> 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.
>
> __________________________________
> Do you Yahoo!?
> The New Yahoo! Search - Faster. Easier. Bingo.
> http://search.yahoo.com
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
>
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-04-26 8:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-26 4:22 [LARTC] How to apply patch? casey wong
2003-04-26 7:24 ` Julian Anastasov
2003-04-26 8:49 ` hare ram
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.