]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
various: update links to usr-merge
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 28 May 2024 12:43:50 +0000 (14:43 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 28 May 2024 12:48:56 +0000 (14:48 +0200)
README
man/org.freedesktop.systemd1.xml
src/core/main.c

diff --git a/README b/README
index e41ab1ab7d3dd59c806ebd0498fe57053f9ccecf..ac51b66784cf9138a66f32b3074b22763d27dbc6 100644 (file)
--- a/README
+++ b/README
@@ -270,8 +270,8 @@ REQUIREMENTS:
         longer supported, and moving everything under /usr/ is required. Systems
         with a separate /usr/ partition must mount it before transitioning into it
         (i.e.: from the initrd). For more information see:
-        https://www.freedesktop.org/wiki/Software/systemd/separate-usr-is-broken
-        https://www.freedesktop.org/wiki/Software/systemd/TheCaseForTheUsrMerge
+        https://systemd.io/SEPARATE_USR_IS_BROKEN
+        https://systemd.io/THE_CASE_FOR_THE_USR_MERGE
 
         Additional packages are necessary to run some tests:
         - nc                 (used by test/TEST-12-ISSUE-3171)
index af4eaf1c0ea03482ddb4697fad53e7f6605d52d5..b0b45097e30a31bf04767e188cb21ed092246ce3 100644 (file)
@@ -1660,9 +1660,8 @@ node /org/freedesktop/systemd1 {
           <listitem><para><filename>/bin</filename>, <filename>/sbin</filename> and
           <filename>/lib*</filename> are not symlinks to their counterparts under <filename>/usr/</filename>.
           For more information on this issue consult
-          <ulink url="https://www.freedesktop.org/wiki/Software/systemd/TheCaseForTheUsrMerge">
-            The Case for the /usr Merge
-          </ulink>.</para>
+          <ulink url="https://systemd.io/THE_CASE_FOR_THE_USR_MERGE">The Case for the /usr Merge</ulink>.
+          </para>
 
           <xi:include href="version-info.xml" xpointer="v252"/></listitem>
         </varlistentry>
index db81b2f07eafc59bb91b6b98016d2a0c857eb452..62e3eb4668ba9ecbc43742c2554d25b717528029 100644 (file)
@@ -1371,7 +1371,7 @@ static void test_usr(void) {
 
         log_warning("/usr appears to be on its own filesystem and is not already mounted. This is not a supported setup. "
                     "Some things will probably break (sometimes even silently) in mysterious ways. "
-                    "Consult https://www.freedesktop.org/wiki/Software/systemd/separate-usr-is-broken for more information.");
+                    "Consult https://systemd.io/SEPARATE_USR_IS_BROKEN for more information.");
 }
 
 static int enforce_syscall_archs(Set *archs) {