From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759815Ab0I0QjH (ORCPT ); Mon, 27 Sep 2010 12:39:07 -0400 Received: from mail-pz0-f46.google.com ([209.85.210.46]:50447 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756907Ab0I0QjF (ORCPT ); Mon, 27 Sep 2010 12:39:05 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=pm+cQj+MXU/lpzUvtg2NG0r6h+Q60NHXIQuyIOnS9YUitbqcRR0IGkPrqYJ5gYdakF 5XPTRE5sFU0bdFStInsxCAul1/5IVAjgdtnjk9k8WfMRhiUxQU0MKRphFRzThpxtUCng 2vhoWF4H0TKMazZKxMQsDYF8Gx6AbbQSVZH9Y= Message-ID: <4CA0C8B0.9020209@gmail.com> Date: Mon, 27 Sep 2010 09:39:12 -0700 From: "Justin P. Mattock" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0b5pre) Gecko/20100827 Thunderbird/3.2a1pre MIME-Version: 1.0 To: "John W. Linville" CC: trivial@kernel.org, linux-kernel@vger.kernel.org, linux-wireless@vger.kernel.org, linux-usb@vger.kernel.org, linux-scsi@vger.kernel.org, linux-fbdev@vger.kernel.org, alsa-devel@alsa-project.org, dri-devel@lists.freedesktop.org, linux-ide@vger.kernel.org, "Maciej W. Rozycki" , Geert Uytterhoeven , Finn Thain , Randy Dunlap , Matt Turner , Dimitry Torokhov , Mike Frysinger Subject: Re: [RFC v4]update broken web addresses in the kernel. References: <1285525875-9920-1-git-send-email-justinmattock@gmail.com> <20100927151005.GC11086@tuxdriver.com> In-Reply-To: <20100927151005.GC11086@tuxdriver.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/27/2010 08:10 AM, John W. Linville wrote: > On Sun, Sep 26, 2010 at 11:31:15AM -0700, Justin P. Mattock wrote: >> Below is an updated patch from the original fixing broken web addresses in the kernel. >> Thanks for all the help and info on this to everybody.. >> Hopefully I didnt miss any of them(if so let me know, and I'll resend). > > Changing a URL for a relocated page is one thing, but removing links > isn't necessarily a great idea. Even if the site is technically > gone, it may be possible to find information e.g through the Internet > Archive Wayback Machine. > >> diff --git a/drivers/net/wireless/orinoco/main.c b/drivers/net/wireless/orinoco/main.c >> index e8e2d0f..ba10b07 100644 >> --- a/drivers/net/wireless/orinoco/main.c >> +++ b/drivers/net/wireless/orinoco/main.c >> @@ -17,7 +17,6 @@ >> * >> * Portions based on wvlan_cs.c 1.0.6, Copyright Andreas Neuhaus> * AT fasta.fh-dortmund.de> >> - * http://www.stud.fh-dortmund.de/~andy/wvlan/ >> * >> * The contents of this file are subject to the Mozilla Public License >> * Version 1.1 (the "License"); you may not use this file except in > > http://web.archive.org/web/20070716051348/http://www.stud.fh-dortmund.de/~andy/wvlan/ > most of the urls that are not removed that are still broken work with the wayback machine..(from what I remember this one would give me a server error(reason for removing), but it doesn't look so). Thanks for this, I'll change that up. Justin P. Mattock