From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julian Anastasov Date: Sat, 26 Apr 2003 07:24:29 +0000 Subject: Re: [LARTC] How to apply patch? Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.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 _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/