[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Patching Kernels - Please help



On Wed, Mar 15, 2000 at 10:23:55AM +1030, Nathan Ridge wrote:
> radius:/usr/src/kernel-source-2.2.13# patch -p1 -s
> /home/ridgey/ipacct/ipacct-0.
> 7e/patches/patch.linux-2.2.13
rtfm. patch waits for input of stdin. You don't give some, so it hangs,
cause of waiting. either do
cat patch-file | patch -p1 -s
or
patch -s -p1 -i patch-file

Never ever grabbed a patch instead of the whole sources, eh? ;-)


MfG/Regards, Alexander

--
Alexander Reelsen            http://joker.rhwd.de
ar@rhwd.net                  GnuPG: pub 1024D/F0D7313C  sub 2048g/6AA2EDDB
                             7D44 F4E3 1993 FDDF 552E  7C88 EE9C CBD1 F0D7 313C


Reply to: