Skip to content

Commit 2e98288

Browse files
authored
Merge pull request systemd#5410 from AsciiWolf/https-urls
Use https:// in URLs when possible.
2 parents baf3278 + 28a0ad8 commit 2e98288

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+76
-76
lines changed

NEWS

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2204,7 +2204,7 @@ CHANGES WITH 220:
22042204
gudev from the Gnome project instead. gudev is still included
22052205
in systemd, for now. It will be removed soon, though. Please
22062206
also see the announcement-thread on systemd-devel:
2207-
http://lists.freedesktop.org/archives/systemd-devel/2015-May/032070.html
2207+
https://lists.freedesktop.org/archives/systemd-devel/2015-May/032070.html
22082208

22092209
* systemd now exposes a CPUUsageNSec= property for each
22102210
service unit on the bus, that contains the overall consumed
@@ -4107,7 +4107,7 @@ CHANGES WITH 211:
41074107
also supports LUKS-encrypted partitions now. With this in
41084108
place, automatic discovery of partitions to mount following
41094109
the Discoverable Partitions Specification
4110-
(http://www.freedesktop.org/wiki/Specifications/DiscoverablePartitionsSpec)
4110+
(https://www.freedesktop.org/wiki/Specifications/DiscoverablePartitionsSpec)
41114111
is now a lot more complete. This allows booting without
41124112
/etc/fstab and without root= on the kernel command line on
41134113
systems prepared appropriately.
@@ -5459,7 +5459,7 @@ CHANGES WITH 199:
54595459
* A new libsystemd-bus module has been added that implements a
54605460
pretty complete D-Bus client library. For details see:
54615461

5462-
http://lists.freedesktop.org/archives/systemd-devel/2013-March/009797.html
5462+
https://lists.freedesktop.org/archives/systemd-devel/2013-March/009797.html
54635463

54645464
* journald will now explicitly flush the journal files to disk
54655465
at the latest 5min after each write. The file will then also
@@ -5609,7 +5609,7 @@ CHANGES WITH 198:
56095609
only in conjunction with Gummiboot, but could be supported
56105610
by other boot loaders too. For details see:
56115611

5612-
http://www.freedesktop.org/wiki/Software/systemd/BootLoaderInterface
5612+
https://www.freedesktop.org/wiki/Software/systemd/BootLoaderInterface
56135613

56145614
* A new generator has been added that automatically mounts the
56155615
EFI System Partition (ESP) to /boot, if that directory
@@ -5685,7 +5685,7 @@ CHANGES WITH 198:
56855685
* A new tool kernel-install has been added that can install
56865686
kernel images according to the Boot Loader Specification:
56875687

5688-
http://www.freedesktop.org/wiki/Specifications/BootLoaderSpec
5688+
https://www.freedesktop.org/wiki/Specifications/BootLoaderSpec
56895689

56905690
* Boot time console output has been improved to provide
56915691
animated boot time output for hanging jobs.
@@ -5775,7 +5775,7 @@ CHANGES WITH 197:
57755775
of these policies is now the default. Please see this wiki
57765776
document for details:
57775777

5778-
http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames
5778+
https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames
57795779

57805780
* Auke Kok's bootchart implementation has been added to the
57815781
systemd tree. It is an optional component that can graph the
@@ -5923,7 +5923,7 @@ CHANGES WITH 196:
59235923
indexed database to link up additional information with
59245924
journal entries. For further details please check:
59255925

5926-
http://www.freedesktop.org/wiki/Software/systemd/catalog
5926+
https://www.freedesktop.org/wiki/Software/systemd/catalog
59275927

59285928
The indexed message catalog database also needs to be
59295929
rebuilt after installation of message catalog files. Use
@@ -6775,7 +6775,7 @@ CHANGES WITH 183:
67756775

67766776
* A framework for implementing offline system updates is now
67776777
integrated, for details see:
6778-
http://freedesktop.org/wiki/Software/systemd/SystemUpdates
6778+
https://freedesktop.org/wiki/Software/systemd/SystemUpdates
67796779

67806780
* A new service type Type=idle is available now which helps us
67816781
avoiding ugly interleaving of getty output and boot status
@@ -7056,7 +7056,7 @@ CHANGES WITH 39:
70567056

70577057
* New unit file option ControlGroupPersistent= to make cgroups
70587058
persistent, following the mechanisms outlined in
7059-
http://www.freedesktop.org/wiki/Software/systemd/PaxControlGroups
7059+
https://www.freedesktop.org/wiki/Software/systemd/PaxControlGroups
70607060

70617061
* Support multiple local RTCs in a sane way
70627062

@@ -7143,7 +7143,7 @@ CHANGES WITH 38:
71437143
* Processes with '@' in argv[0][0] are now excluded from the
71447144
final shut-down killing spree, following the logic explained
71457145
in:
7146-
http://www.freedesktop.org/wiki/Software/systemd/RootStorageDaemons
7146+
https://www.freedesktop.org/wiki/Software/systemd/RootStorageDaemons
71477147

71487148
* All processes remaining in a service cgroup when we enter
71497149
the START or START_PRE states are now killed with

README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ DETAILS:
44
http://0pointer.de/blog/projects/systemd.html
55

66
WEB SITE:
7-
http://www.freedesktop.org/wiki/Software/systemd
7+
https://www.freedesktop.org/wiki/Software/systemd
88

99
GIT:
1010
[email protected]:systemd/systemd.git
@@ -14,7 +14,7 @@ GITWEB:
1414
https://github.com/systemd/systemd
1515

1616
MAILING LIST:
17-
http://lists.freedesktop.org/mailman/listinfo/systemd-devel
17+
https://lists.freedesktop.org/mailman/listinfo/systemd-devel
1818

1919
IRC:
2020
#systemd on irc.freenode.org
@@ -269,7 +269,7 @@ WARNINGS:
269269
requires that /var/run is a symlink to /run.
270270

271271
For more information on this issue consult
272-
http://freedesktop.org/wiki/Software/systemd/separate-usr-is-broken
272+
https://freedesktop.org/wiki/Software/systemd/separate-usr-is-broken
273273

274274
To run systemd under valgrind, compile with VALGRIND defined
275275
(e.g. ./configure CPPFLAGS='... -DVALGRIND=1'). Otherwise,

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## Details
77

8-
General information about systemd can be found in the [systemd Wiki](http://www.freedesktop.org/wiki/Software/systemd).
8+
General information about systemd can be found in the [systemd Wiki](https://www.freedesktop.org/wiki/Software/systemd).
99

1010
Information about build requirements are provided in the [README file](../master/README).
1111

@@ -17,4 +17,4 @@ Please see our [Contribution Guidelines](../master/.github/CONTRIBUTING.md) for
1717

1818
When preparing patches for systemd, please follow our [Coding Style Guidelines](../master/CODING_STYLE).
1919

20-
If you are looking for support, please contact our [mailing list](http://lists.freedesktop.org/mailman/listinfo/systemd-devel) or join our [IRC channel](irc://irc.freenode.org/%23systemd).
20+
If you are looking for support, please contact our [mailing list](https://lists.freedesktop.org/mailman/listinfo/systemd-devel) or join our [IRC channel](irc://irc.freenode.org/%23systemd).

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ AC_PREREQ([2.64])
2121

2222
AC_INIT([systemd],
2323
[233],
24-
[http://github.com/systemd/systemd/issues],
24+
[https://github.com/systemd/systemd/issues],
2525
[systemd],
26-
[http://www.freedesktop.org/wiki/Software/systemd])
26+
[https://www.freedesktop.org/wiki/Software/systemd])
2727

2828
AC_CONFIG_SRCDIR([src/core/main.c])
2929
AC_CONFIG_MACRO_DIR([m4])
@@ -581,7 +581,7 @@ AC_ARG_WITH([support-url],
581581
AS_HELP_STRING([--with-support-url=URL],
582582
[specify the support URL to show in catalog entries included in systemd]),
583583
[SUPPORT_URL="$withval"],
584-
[SUPPORT_URL=http://lists.freedesktop.org/mailman/listinfo/systemd-devel])
584+
[SUPPORT_URL=https://lists.freedesktop.org/mailman/listinfo/systemd-devel])
585585

586586
AC_SUBST(SUPPORT_URL)
587587

man/bootctl.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@
118118
<refsect1>
119119
<title>See Also</title>
120120
<para>
121-
<ulink url="http://www.freedesktop.org/wiki/Specifications/BootLoaderSpec">Boot loader specification</ulink>
122-
<ulink url="http://www.freedesktop.org/wiki/Software/systemd/BootLoaderInterface">Systemd boot loader interface</ulink>
121+
<ulink url="https://www.freedesktop.org/wiki/Specifications/BootLoaderSpec">Boot loader specification</ulink>
122+
<ulink url="https://www.freedesktop.org/wiki/Software/systemd/BootLoaderInterface">Systemd boot loader interface</ulink>
123123
</para>
124124
</refsect1>
125125
</refentry>

man/busctl.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ o "/org/freedesktop/systemd1/job/42684"</programlisting>
472472

473473
<para>
474474
<citerefentry project='dbus'><refentrytitle>dbus-daemon</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
475-
<ulink url="http://freedesktop.org/wiki/Software/dbus">D-Bus</ulink>,
475+
<ulink url="https://www.freedesktop.org/wiki/Software/dbus">D-Bus</ulink>,
476476
<citerefentry><refentrytitle>sd-bus</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
477477
<citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
478478
<citerefentry><refentrytitle>machinectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>,

man/file-hierarchy.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@
502502
url="http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html">XDG
503503
Base Directory Specification</ulink>. Additional locations for
504504
high-level user resources are defined by <ulink
505-
url="http://www.freedesktop.org/wiki/Software/xdg-user-dirs/">xdg-user-dirs</ulink>.</para>
505+
url="https://www.freedesktop.org/wiki/Software/xdg-user-dirs/">xdg-user-dirs</ulink>.</para>
506506

507507
<variablelist>
508508
<varlistentry>

man/journalctl.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
<para>serializes the journal into a binary (but mostly
319319
text-based) stream suitable for backups and network
320320
transfer (see
321-
<ulink url="http://www.freedesktop.org/wiki/Software/systemd/export">Journal Export Format</ulink>
321+
<ulink url="https://www.freedesktop.org/wiki/Software/systemd/export">Journal Export Format</ulink>
322322
for more information). To import the binary stream back
323323
into native journald format use
324324
<citerefentry><refentrytitle>systemd-journal-remote</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para>
@@ -332,7 +332,7 @@
332332
<listitem>
333333
<para>formats entries as JSON data structures, one per
334334
line (see
335-
<ulink url="http://www.freedesktop.org/wiki/Software/systemd/json">Journal JSON Format</ulink>
335+
<ulink url="https://www.freedesktop.org/wiki/Software/systemd/json">Journal JSON Format</ulink>
336336
for more information).</para>
337337
</listitem>
338338
</varlistentry>
@@ -401,7 +401,7 @@
401401
manuals. Note that help texts are not available for all
402402
messages, but only for selected ones. For more information on
403403
the message catalog, please refer to the
404-
<ulink url="http://www.freedesktop.org/wiki/Software/systemd/catalog">Message Catalog Developer Documentation</ulink>.</para>
404+
<ulink url="https://www.freedesktop.org/wiki/Software/systemd/catalog">Message Catalog Developer Documentation</ulink>.</para>
405405

406406
<para>Note: when attaching <command>journalctl</command>
407407
output to bug reports, please do <emphasis>not</emphasis> use

man/kernel-install.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
<para>
190190
<citerefentry><refentrytitle>machine-id</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
191191
<citerefentry><refentrytitle>os-release</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
192-
<ulink url="http://www.freedesktop.org/wiki/Specifications/BootLoaderSpec">Boot loader specification</ulink>
192+
<ulink url="https://www.freedesktop.org/wiki/Specifications/BootLoaderSpec">Boot loader specification</ulink>
193193
</para>
194194
</refsect1>
195195

man/sd-bus.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<title>Description</title>
6363

6464
<para><filename>sd-bus.h</filename> provides an implementation of a D-Bus IPC client. See
65-
<ulink url="http://www.freedesktop.org/software/dbus/" />
65+
<ulink url="https://www.freedesktop.org/software/dbus/" />
6666
for more information about D-Bus IPC.
6767
</para>
6868

0 commit comments

Comments
 (0)