From 75ced6d5ee308afa98453609bffbd6e836f0fbb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 28 May 2024 14:43:50 +0200 Subject: [PATCH] various: update links to usr-merge --- README | 4 ++-- man/org.freedesktop.systemd1.xml | 5 ++--- src/core/main.c | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README b/README index e41ab1ab7d..ac51b66784 100644 --- 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) diff --git a/man/org.freedesktop.systemd1.xml b/man/org.freedesktop.systemd1.xml index af4eaf1c0e..b0b45097e3 100644 --- a/man/org.freedesktop.systemd1.xml +++ b/man/org.freedesktop.systemd1.xml @@ -1660,9 +1660,8 @@ node /org/freedesktop/systemd1 { /bin, /sbin and /lib* are not symlinks to their counterparts under /usr/. For more information on this issue consult - - The Case for the /usr Merge - . + The Case for the /usr Merge. + diff --git a/src/core/main.c b/src/core/main.c index db81b2f07e..62e3eb4668 100644 --- a/src/core/main.c +++ b/src/core/main.c @@ -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) {