From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from server1.sidns.com ([69.93.35.66]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1DX84B-0003mw-00 for ; Sat, 14 May 2005 21:37:15 -0400 Received: from dsl-202-173-132-131.nsw.westnet.com.au ([202.173.132.131] helo=luke-laptop.yelavich.home) by server1.sidns.com with smtp (Exim 4.50) id 1DX84A-0007AD-08 for speakup@braille.uwo.ca; Sun, 15 May 2005 01:37:14 +0000 Received: (nullmailer pid 24303 invoked by uid 1000); Sun, 15 May 2005 01:37:01 -0000 Date: Sun, 15 May 2005 11:36:48 +1000 From: Luke Yelavich To: speakup@braille.uwo.ca Message-ID: <20050515013648.GA23177@luke-laptop.yelavich.home> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6+20040907i X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server1.sidns.com X-AntiAbuse: Original Domain - braille.uwo.ca X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - themuso.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: removing .orage files when patching X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 May 2005 01:37:15 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sun, May 15, 2005 at 10:07:55AM EST, Nick Gawronski wrote: > Hi, I know it is not needed to remove the .orage files when patching but > How can I go about this just to get them out of my kernel source tree? No > failed patches so I have no need for them. bye One thing you can do is go into the root directory of the kernel source, and run a command to find and delete the files, like this: # find ./ -type f -name *.orig | xargs rm Or, you don't even have to e in the root directory of the source to do it, so if your source was located at /usr/src/linux, you could do much the same as above, but changing the directory to search from. # find /usr/src/linux -type f -name *.orig | xargs rm Hope this helps. - -- Luke Yelavich GPG key: 0xD06320CE (http://www.themuso.com/themuso-gpg-key.txt) Email & MSN: themuso@themuso.com ICQ: 18444344 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFChqewjVefwtBjIM4RAjs5AJ9Pn2/7OV6h3hOmjVuOVxfnuCu8JACfYRun Lz5PGT5IHX9tt26XI+h20lM= =Lv4f -----END PGP SIGNATURE-----