[402] in linux-net channel archive

home help back first fref pref prev next nref lref last post

Re: applying diffs.1.2.8

daemon@ATHENA.MIT.EDU (Michael H. Warfield)
Thu Jun 1 17:39:16 1995

To: mbrennen@maverick.intecom.com, linux-net@vger.rutgers.edu
Date: Thu, 1 Jun 1995 15:51:56 -0400 (EDT)
From: "Michael H. Warfield" <mhw@wittsend.com>
In-Reply-To: <Chameleon.950601105651.mbrennen@mbrennen.intecom.com> from "mbrennen@maverick.intecom.com" at Jun 1, 95 10:51:42 am

> Forgive the post, but I have been unable to figure out how to 
> apply the diffs.1.2.8 file.  I see the 'linux.vanilla' and 
> 'linux' references, but after a couple of cuts I have not been 
> able to get things done.  "patch <diffs.1.2.8" with a link 
> 'linux' to linux-1.2.8 just makes a mess...

> Any brief pointers on directory and link structure are much 
> appreciated...

	Real simple.  Others - please forgive me for listing obvious
commands or paths that are particulary to my system.

	Note: The -p0 on the patch command is real important.

alcove:/# cd /usr/src
alcove:/usr/src# mkdir linux-1.2.8a
alcove:/usr/src# rm linux
alcove:/usr/src# ln -s linux-1.2.8a linux
alcove:/usr/src# tar xvzf /home/linux/kernel/linux-1.2.8.tar.gz
alcove:/usr/src# zcat /home/linux/kernel/diffs.1.2.8.gz | patch -p0
alcove:/usr/src# cd linux
alcove:/usr/src/linux# find . -name \*.orig -exec rm \{\} \;
alcove:/usr/src/linux# find . -name \*.rej -print
	(none are found)
alcove:/usr/src/linux# make config

	Enjoy...  :-)

> ---------------
> Michael Brennen                    Intecom, Inc.
> mbrennen@intecom.com               5057 Keller Springs
> (214) 447-8074                     Dallas,  TX  75248
> 

-- 
 Michael H. Warfield	| (404) 925-8248	| mhw@WittsEnd.com
  (The Mad Wizard)	| NIC whois: MHW9	| mathcs.emory.edu!wittsend!mhw
An optimist believes we live in the best of all possible worlds.
A pessimist is sure of it!                      | http://www.wittsend.com/mhw/

home help back first fref pref prev next nref lref last post