From 745dfa78e89dc7d65e628f4c9e5f3434c2bfac6e Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 31 Dec 2024 11:25:42 -0600 Subject: [PATCH] portage: Install-mask systemd-ssh-generator This is pointless. --- portage/make.conf/systemd.conf | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/portage/make.conf/systemd.conf b/portage/make.conf/systemd.conf index d052222..7863a53 100644 --- a/portage/make.conf/systemd.conf +++ b/portage/make.conf/systemd.conf @@ -1 +1,9 @@ -INSTALL_MASK="${INSTALL_MASK} /usr/lib/systemd/systemd-nsresourced* /usr/lib/systemd/system/systemd-nsresourced.*" +INSTALL_MASK=" +${INSTALL_MASK} +/etc/ssh/ssh*_config.d/*systemd* +/usr/lib/systemd/ssh_config.d +/usr/lib/systemd/sshd_config.d +/usr/lib/systemd/system-generators/systemd-ssh-generator +/usr/lib/systemd/system/systemd-nsresourced.* +/usr/lib/systemd/systemd-nsresourced* +"