All of lore.kernel.org
 help / color / mirror / Atom feed
From: Finn Thain <fthain@telegraphics.com.au>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: "Justin P. Mattock" <justinmattock@gmail.com>,
	Linux/m68k <linux-m68k@vger.kernel.org>
Subject: Re: Fwd: [PATCH 36/91] arch/m68k/mac/macboing.c Update broken web addresses in the arch directory.
Date: Fri, 3 Sep 2010 20:42:11 +1000 (EST)	[thread overview]
Message-ID: <alpine.OSX.2.00.1009032033570.344@localhost> (raw)
In-Reply-To: <AANLkTik3+3dWP-=4mnOrPDSBCKoyy=1Rs8Hq-htDC-Lw@mail.gmail.com>


On Fri, 3 Sep 2010, Geert Uytterhoeven wrote:

> On Fri, Sep 3, 2010 at 10:32, Finn Thain <fthain@telegraphics.com.au> wrote:
> >
> > Indeed, the MAINTAINERS file says that the list for arch/m68k/mac/ is 
> > linux-m68k@lists.linux-m68k.org. Is this alias still working? Perhaps 
> > it should be changed to linux-m68k@vger.kernel.org?
> 
> The alias should work:
> 
> lists.linux-m68k.org.  86400 IN CNAME vger.kernel.org.

It works not because of the CNAME record, but because of the MX record:

$ dig +short mx lists.linux-m68k.org
vger.kernel.org.
10 vger.kernel.org.
999 bl-ckh-le.kernel.org.
$ dig +short mx vger.kernel.org
10 vger.kernel.org.
999 bl-ckh-le.kernel.org.

The CNAME means that http://lists.linux-m68k.org/ takes you to vger, and 
this only works because the apache vhost on vger is willing to answer to 
"lists.linux-m68k.org" as well as "vger.kernel.org"...

Finn

  reply	other threads:[~2010-09-03 10:42 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-02 21:08 [PATCH 31/91] arch/ia64/sn/kernel/setup.c Update broken web addresses in the arch directory Justin P. Mattock
2010-09-02 21:08 ` [PATCH 32/91] arch/ia64/include/asm/numa.h " Justin P. Mattock
2010-09-02 21:08 ` [PATCH 33/91] arch/ia64/include/asm/machvec_sn2.h " Justin P. Mattock
2010-09-02 21:08 ` [PATCH 34/91] arch/m32r/Kconfig " Justin P. Mattock
2010-09-02 21:08 ` [PATCH 35/91] arch/m68k/q40/README " Justin P. Mattock
2010-09-03  7:54   ` Fwd: " Geert Uytterhoeven
2010-09-03  8:23     ` Finn Thain
2010-09-03  8:35       ` Justin P. Mattock
2010-09-03  8:47         ` Finn Thain
2010-09-03  9:04           ` Justin P. Mattock
2010-09-03  9:13             ` Finn Thain
2010-09-03  9:35               ` Justin P. Mattock
2010-09-03  9:40                 ` Finn Thain
2010-09-03  9:58                   ` Justin P. Mattock
2010-09-03  8:57     ` Finn Thain
2010-09-03  9:12       ` Justin P. Mattock
2010-09-03  9:26         ` Finn Thain
2010-09-03  9:32           ` Justin P. Mattock
2010-09-03  9:40             ` Finn Thain
2010-09-03 10:00               ` Justin P. Mattock
2010-09-02 21:08 ` [PATCH 36/91] arch/m68k/mac/macboing.c " Justin P. Mattock
2010-09-03  7:52   ` Fwd: " Geert Uytterhoeven
2010-09-03  8:14     ` Justin P. Mattock
2010-09-03  8:32       ` Finn Thain
2010-09-03  8:42         ` Geert Uytterhoeven
2010-09-03 10:42           ` Finn Thain [this message]
2010-09-04  4:59             ` Finn Thain
2010-09-03  8:20     ` Finn Thain
2010-09-03  8:31       ` Justin P. Mattock
2010-09-02 21:08 ` [PATCH 37/91] arch/m68k/mac/via.c " Justin P. Mattock
2010-09-03  7:53   ` Fwd: " Geert Uytterhoeven
2010-09-02 21:08 ` [PATCH 38/91] arch/m68k/Kconfig " Justin P. Mattock
2010-09-03  7:52   ` Fwd: " Geert Uytterhoeven
2010-09-02 21:09 ` [PATCH 39/91] arch/mips/math-emu/dp_frexp.c " Justin P. Mattock
2010-09-02 21:09 ` [PATCH 40/91] arch/mips/math-emu/dp_add.c " Justin P. Mattock
2010-09-02 21:09 ` [PATCH 41/91] arch/mips/math-emu/dp_tint.c " Justin P. Mattock
2010-09-02 21:09 ` [PATCH 42/91] arch/mips/math-emu/ieee754dp.c " Justin P. Mattock
2010-09-02 21:09 ` [PATCH 43/91] arch/mips/math-emu/dp_sub.c " Justin P. Mattock
2010-09-02 21:09 ` [PATCH 44/91] arch/mips/math-emu/ieee754.h " Justin P. Mattock
2010-09-02 21:09 ` [PATCH 45/91] arch/mips/math-emu/dp_fsp.c " Justin P. Mattock

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.OSX.2.00.1009032033570.344@localhost \
    --to=fthain@telegraphics.com.au \
    --cc=geert@linux-m68k.org \
    --cc=justinmattock@gmail.com \
    --cc=linux-m68k@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.