Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1609468
| From | SeongJae Park <sj38.park@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 4/5] fs/autofs4: Fix a dead URL to ftp.kernel.org |
| Date | 2017-03-27 08:00 +0200 |
| Message-ID | <tpvR8-3fY-9@gated-at.bofh.it> (permalink) |
| References | <tpvR7-3fY-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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> --- 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 -- 2.10.0
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
[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 0/5] Fix dead URLs to ftp.kernel.org Michal Marek <mmarek@suse.com> - 2017-03-27 14:50 +0200
csiph-web