Skip to content

Commit 4f6cce3

Browse files
sjp38Jiri Kosina
authored and
Jiri Kosina
committed
Fix dead URLs to ftp.kernel.org
URLs to ftp.kernel.org are still exist though the service is closed [0]. This commit fixes the URLs to use www.kernel.org instead. [0] https://www.kernel.org/shutting-down-ftp-services.html Signed-off-by: SeongJae Park <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent d0c2c26 commit 4f6cce3

File tree

6 files changed

+8
-9
lines changed

6 files changed

+8
-9
lines changed

Diff for: MAINTAINERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -10074,7 +10074,7 @@ W: http://sourceforge.net/projects/accel-pptp
1007410074
PREEMPTIBLE KERNEL
1007510075
M: Robert Love <[email protected]>
1007610076
10077-
W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
10077+
W: https://www.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
1007810078
S: Supported
1007910079
F: Documentation/preempt-locking.txt
1008010080
F: include/linux/preempt.h

Diff for: drivers/block/Kconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ config BLK_DEV_LOOP
219219

220220
To use the loop device, you need the losetup utility, found in the
221221
util-linux package, see
222-
<ftp://ftp.kernel.org/pub/linux/utils/util-linux/>.
222+
<https://www.kernel.org/pub/linux/utils/util-linux/>.
223223

224224
The loop device driver can also be used to "hide" a file system in
225225
a disk partition, floppy, or regular file, either using encryption

Diff for: drivers/md/Kconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ config MD_RAID10
115115

116116
RAID-10 requires mdadm-1.7.0 or later, available at:
117117

118-
ftp://ftp.kernel.org/pub/linux/utils/raid/mdadm/
118+
https://www.kernel.org/pub/linux/utils/raid/mdadm/
119119

120120
If unsure, say Y.
121121

Diff for: fs/autofs4/Kconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ config AUTOFS4_FS
77
automounter (amd), which is a pure user space daemon.
88

99
To use the automounter you need the user-space tools from
10-
<ftp://ftp.kernel.org/pub/linux/daemons/autofs/v4/>; you also
10+
<https://www.kernel.org/pub/linux/daemons/autofs/v4/>; you also
1111
want to answer Y to "NFS file system support", below.
1212

1313
To compile this support as a module, choose M here: the module will be

Diff for: scripts/ksymoops/README

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
ksymoops has been removed from the kernel. It was always meant to be a
22
free standing utility, not linked to any particular kernel version.
33
The latest version can be found in
4-
ftp://ftp.<country>.kernel.org/pub/linux/utils/kernel/ksymoops together
5-
with patches to other utilities in order to give more accurate Oops
6-
debugging.
4+
https://www.kernel.org/pub/linux/utils/kernel/ksymoops together with patches to
5+
other utilities in order to give more accurate Oops debugging.
76

87
Keith Owens <[email protected]> Sat Jun 19 10:30:34 EST 1999

Diff for: scripts/package/builddeb

+2-2
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ EOF
262262
cat <<EOF > debian/copyright
263263
This is a packacked upstream version of the Linux kernel.
264264
265-
The sources may be found at most Linux ftp sites, including:
266-
ftp://ftp.kernel.org/pub/linux/kernel
265+
The sources may be found at most Linux archive sites, including:
266+
https://www.kernel.org/pub/linux/kernel
267267
268268
Copyright: 1991 - 2015 Linus Torvalds and others.
269269

0 commit comments

Comments
 (0)