[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Patch
- From: Tom Diehl <tdiehl rogueind com>
- To: Frank <duranicub gmx net>
- Cc: Eduard Bloch <edi gmx de>, <ext3-users redhat com>
- Subject: Re: Patch
- Date: Sat, 8 Sep 2001 09:05:56 -0400 (EDT)
On Sat, 8 Sep 2001, Frank wrote:
> tryed
> patch -p1 interactivity.patch
> and nothing happend .... man patch doesnt help really ; -)
You are almost there! Patch does not take the input filename as an argument.
You need to redirect stdin.
Try "patch -p1 < interactivity.patch" or "cat interactivity.patch | patch -p1"
Assuming -p1 is correct. See the man pg for more info.
> > #include <hallo.h>
> > Frank wrote on Sat Sep 08, 2001 um 02:02:06PM:
> >
> > > how is the Syntax for interactivity.patch ext3-dir-speedup.patch ?
> > > patch -p0 ext3-dir-speedup.patch doesnt work
> >
> > "man patch" and learn the magic of -p. Try -p1.
HTH,
--
......Tom BLAME: The Secret To Success is Knowing who
tdiehl rogueind com to Blame for Your Failures.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]