From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D6418158013 for ; Sat, 25 Sep 2021 18:01:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BEB9E0936; Sat, 25 Sep 2021 18:01:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F36F5E0936 for ; Sat, 25 Sep 2021 18:01:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E1765342B6A for ; Sat, 25 Sep 2021 18:01:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1352CE5 for ; Sat, 25 Sep 2021 18:01:14 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1632592826.c0f79d4dd7cff804b385c5e8079eb8bc6181fc3e.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/systemd/systemd-249.4-r4.ebuild sys-apps/systemd/systemd-9999.ebuild X-VCS-Directories: sys-apps/systemd/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: c0f79d4dd7cff804b385c5e8079eb8bc6181fc3e X-VCS-Branch: master Date: Sat, 25 Sep 2021 18:01:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5deb8a68-9a1a-4a17-92a6-ad6cde5f4fa4 X-Archives-Hash: 3d66607e076c554641cae70784b210c4 commit: c0f79d4dd7cff804b385c5e8079eb8bc6181fc3e Author: Mike Gilbert gentoo org> AuthorDate: Sat Sep 25 18:00:26 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Sep 25 18:00:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0f79d4d sys-apps/systemd: move sysctl symlink to /usr/lib/sysctl.d Signed-off-by: Mike Gilbert gentoo.org> sys-apps/systemd/systemd-249.4-r4.ebuild | 2 +- sys-apps/systemd/systemd-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/systemd/systemd-249.4-r4.ebuild b/sys-apps/systemd/systemd-249.4-r4.ebuild index dff4c114007..e0cb67e37c9 100644 --- a/sys-apps/systemd/systemd-249.4-r4.ebuild +++ b/sys-apps/systemd/systemd-249.4-r4.ebuild @@ -388,7 +388,7 @@ multilib_src_install_all() { keepdir /var/log/journal # Symlink /etc/sysctl.conf for easy migration. - dosym ../sysctl.conf /etc/sysctl.d/99-sysctl.conf + dosym ../../../etc/sysctl.conf /usr/lib/sysctl.d/99-sysctl.conf if use pam; then newpamd "${FILESDIR}"/systemd-user.pam systemd-user diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index ee6cfbea7da..fa00fa787b4 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -384,7 +384,7 @@ multilib_src_install_all() { keepdir /var/log/journal # Symlink /etc/sysctl.conf for easy migration. - dosym ../sysctl.conf /etc/sysctl.d/99-sysctl.conf + dosym ../../../etc/sysctl.conf /usr/lib/sysctl.d/99-sysctl.conf if use pam; then newpamd "${FILESDIR}"/systemd-user.pam systemd-user