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/
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/
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/