Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1609466

[PATCH 2/5] drivers/block: Fix a dead URL to ftp.kernel.org

From SeongJae Park <sj38.park@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 2/5] drivers/block: Fix a dead URL to ftp.kernel.org
Date 2017-03-27 08:00 +0200
Message-ID <tpvR7-3fY-3@gated-at.bofh.it> (permalink)
References <tpvR7-3fY-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


As ftp.kernel.org is closed [0], this commit fixes a dead URL to
ftp.kernel.org in drivers/block/ 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>
---
 drivers/block/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig
index f744de7a0f9b..7b608cf2516f 100644
--- a/drivers/block/Kconfig
+++ b/drivers/block/Kconfig
@@ -219,7 +219,7 @@ config BLK_DEV_LOOP
 
 	  To use the loop device, you need the losetup utility, found in the
 	  util-linux package, see
-	  <ftp://ftp.kernel.org/pub/linux/utils/util-linux/>.
+	  <https://www.kernel.org/pub/linux/utils/util-linux/>.
 
 	  The loop device driver can also be used to "hide" a file system in
 	  a disk partition, floppy, or regular file, either using encryption
-- 
2.10.0

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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