Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1610260
| Path | csiph.com!feeder.erje.net!1.us.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Ian Kent <raven@themaw.net> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 4/5] fs/autofs4: Fix a dead URL to ftp.kernel.org |
| Date | Tue, 28 Mar 2017 04:10:02 +0200 |
| Message-ID | <tpOK6-DA-7@gated-at.bofh.it> (permalink) |
| References | <tpvR7-3fY-5@gated-at.bofh.it> <tpvR8-3fY-9@gated-at.bofh.it> |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=themaw.net; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=fm1; bh=KNgs9n5bRiP5vygec/ ZQ/V4Z3ks3oORLN7ijNYVWmVA=; b=ScSAPEJydaZbBhd8nrODo3puprieR/Hfer fDi8B25usz+BESmIqszjFWrmfagSU1o3HKRRn+ejUBL1Kyotz1KNEx8rPDcpM5Jj Cui6M13TDeeQ9I896+jxKoh4Z8GJV4UHzrfIy/iWcgv0A6b9eUqEa1dTIDyk6xWA YJ0OujNS4vlAz53b36QvFL9px4yc1kt5a0841Efp8M2GJBaTJTHCKEZmAFjLITSl WSgQj9LkeDKVlE8p/YXvIn/+o3UTlB+ogZ/d0q+OY99TujW5e1mykl/Qg1roi2TP HA7iRQBccezgkm9aYrW290jCiFnIJeSNOwJwlENd7JCg2VdJJIRQ== |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=KNgs9n5bRiP5vygec/ZQ/V4Z3ks3oORLN7ijNYVWmVA=; b=GeJAwpV/ FwfSPI5c1n1xi/lioKnkepT6krt17VX6GBJ8Xov3pbXVHeeCNRwiEkG3DbFWjHOg Uvs3BblqHU1pL5zN5a0jisdn3PcLExyCOKU4rDmHzc3WLJYoTE1hO+uNwnQ4ZHX4 avYW/YlQ6MnrQ2y3oWnf/l8hNr+cjtOLiwBbwkxTheeZS80u3aPYZSLV5bJpawb4 uJTIfArEgAf56UOZjypZL/QoO5+4MTRGGj5/1EFWcK5PzyywdUzLbkMhe2dBBMJh WoKBzEfK60aIZOXOPHcfzRGm1DE97ADY5NrKPOd9DtziKwVuW2UXmQfZpxWqWqQe fqQjXmZLDI/MYA== |
| X-Me-Sender | <xms:IsTZWHHd7IRwKvgPdvZMg0RVC1CUfZkI2emGGEvWXcsM6mPh-6CN_A> |
| X-Sasl-Enc | vu2H3lvIBFyyvIz4vhnUeis83GPkaxm4odopL1m+hu2S 1490666530 |
| Content-Type | text/plain; charset="UTF-8" |
| X-Mailer | Evolution 3.22.6 (3.22.6-1.fc25) |
| MIME-Version | 1.0 |
| Content-Transfer-Encoding | 8bit |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 28 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | linux-raid@vger.kernel.org, autofs@vger.kernel.org, linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org |
| X-Original-Date | Tue, 28 Mar 2017 10:02:01 +0800 |
| X-Original-Message-ID | <1490666521.3187.0.camel@themaw.net> |
| X-Original-References | <20170327054731.31882-1-sj38.park@gmail.com> <20170327054731.31882-5-sj38.park@gmail.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1610260 |
Show key headers only | View raw
On Mon, 2017-03-27 at 14:47 +0900, SeongJae Park wrote: > As ftp.kernel.org is closed [0], this commit fixes a dead URL to > ftp.kernel.org in fs/autofs4/ to use www.kernel.org instead. > > [0] https://www.kernel.org/shutting-down-ftp-services.html > > Signed-off-by: SeongJae Park <sj38.park@gmail.com> ACK, and thanks for fixing this. > --- > fs/autofs4/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/autofs4/Kconfig b/fs/autofs4/Kconfig > index 1204d6384d39..44727bf18297 100644 > --- a/fs/autofs4/Kconfig > +++ b/fs/autofs4/Kconfig > @@ -7,7 +7,7 @@ config AUTOFS4_FS > automounter (amd), which is a pure user space daemon. > > To use the automounter you need the user-space tools from > - <ftp://ftp.kernel.org/pub/linux/daemons/autofs/v4/>; you also > + <https://www.kernel.org/pub/linux/daemons/autofs/v4/>; you also > want to answer Y to "NFS file system support", below. > > To compile this support as a module, choose M here: the module will > be
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/5] Fix dead URLs to ftp.kernel.org SeongJae Park <sj38.park@gmail.com> - 2017-03-27 08:00 +0200
[PATCH 2/5] drivers/block: Fix a dead URL to ftp.kernel.org SeongJae Park <sj38.park@gmail.com> - 2017-03-27 08:00 +0200
[PATCH 4/5] fs/autofs4: Fix a dead URL to ftp.kernel.org SeongJae Park <sj38.park@gmail.com> - 2017-03-27 08:00 +0200
Re: [PATCH 4/5] fs/autofs4: Fix a dead URL to ftp.kernel.org Ian Kent <raven@themaw.net> - 2017-03-28 04:10 +0200
[PATCH 5/5] scripts: Fix dead URLs to ftp.kernel.org SeongJae Park <sj38.park@gmail.com> - 2017-03-27 08:00 +0200
[PATCH 1/5] MAINTAINERS: Fix a dead URL to ftp.kernel.org SeongJae Park <sj38.park@gmail.com> - 2017-03-27 08:00 +0200
[PATCH 3/5] drivers/md: Fix a dead URL to ftp.kernel.org SeongJae Park <sj38.park@gmail.com> - 2017-03-27 08:00 +0200
Re: [PATCH 0/5] Fix dead URLs to ftp.kernel.org SeongJae Park <sj38.park@gmail.com> - 2017-03-27 14:50 +0200
[PATCH] Fix dead URLs to ftp.kernel.org SeongJae Park <sj38.park@gmail.com> - 2017-03-27 15:00 +0200
Re: [PATCH] Fix dead URLs to ftp.kernel.org Jiri Kosina <jikos@kernel.org> - 2017-03-28 16:40 +0200
Re: [PATCH 0/5] Fix dead URLs to ftp.kernel.org Michal Marek <mmarek@suse.com> - 2017-03-27 14:50 +0200
csiph-web