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