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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CD3EA158041 for ; Mon, 25 Mar 2024 15:28:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2D9AE2A2E; Mon, 25 Mar 2024 15:28:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C86C5E2A2E for ; Mon, 25 Mar 2024 15:28:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DDB1834300D for ; Mon, 25 Mar 2024 15:28:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 552121518 for ; Mon, 25 Mar 2024 15:28:19 +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: <1711380437.aba49bdba12513527a8fe97b6713a32ad13abfcc.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/openssh/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/openssh/openssh-9.7_p1-r1.ebuild X-VCS-Directories: net-misc/openssh/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: aba49bdba12513527a8fe97b6713a32ad13abfcc X-VCS-Branch: master Date: Mon, 25 Mar 2024 15:28:19 +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: 1f464973-a599-4064-ae2d-be483caa9046 X-Archives-Hash: 7c5ddf7177e4a8d705c575475563fa9b commit: aba49bdba12513527a8fe97b6713a32ad13abfcc Author: Mike Gilbert gentoo org> AuthorDate: Mon Mar 25 15:27:17 2024 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Mar 25 15:27:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aba49bdb net-misc/openssh: do no create empty /etc/skel/.ssh Portage refuses to install empty directories. Signed-off-by: Mike Gilbert gentoo.org> net-misc/openssh/openssh-9.7_p1-r1.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/net-misc/openssh/openssh-9.7_p1-r1.ebuild b/net-misc/openssh/openssh-9.7_p1-r1.ebuild index fdead7192a13..d6e80b9337aa 100644 --- a/net-misc/openssh/openssh-9.7_p1-r1.ebuild +++ b/net-misc/openssh/openssh-9.7_p1-r1.ebuild @@ -322,8 +322,6 @@ src_install() { doman contrib/ssh-copy-id.1 dodoc ChangeLog CREDITS OVERVIEW README* TODO sshd_config - diropts -m 0700 - dodir /etc/skel/.ssh rmdir "${ED}"/var/empty || die systemd_dounit "${FILESDIR}"/sshd.socket