Re: [PATCH 4/5] fs/autofs4: Fix a dead URL to ftp.kernel.org

From: Ian Kent
Date: Mon Mar 27 2017 - 22:02:17 EST


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@xxxxxxxxx>

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