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 721B4158010 for ; Fri, 27 Jan 2023 20:18:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9665DE0BC0; Fri, 27 Jan 2023 20:17:59 +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 43A07E0C9C for ; Fri, 27 Jan 2023 20:17:59 +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 4B39C341127 for ; Fri, 27 Jan 2023 20:17:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FE4385B for ; Fri, 27 Jan 2023 20:17:56 +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: <1674850605.18e0da7d0aa16d3e64ddc9782a8d4c29330b5b5b.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/files/, net-fs/samba/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/samba/files/samba.conf net-fs/samba/samba-4.15.12-r3.ebuild net-fs/samba/samba-4.16.7-r3.ebuild X-VCS-Directories: net-fs/samba/ net-fs/samba/files/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 18e0da7d0aa16d3e64ddc9782a8d4c29330b5b5b X-VCS-Branch: master Date: Fri, 27 Jan 2023 20:17:56 +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: 3d9cdc27-1bda-4f19-b884-eb311d93f916 X-Archives-Hash: eba9419a15a450024c5e9209f71513f9 commit: 18e0da7d0aa16d3e64ddc9782a8d4c29330b5b5b Author: Mike Gilbert gentoo org> AuthorDate: Fri Jan 27 20:14:50 2023 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Jan 27 20:16:45 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18e0da7d net-fs/samba: move more keepdirs to tmpfiles Closes: https://bugs.gentoo.org/602352 Closes: https://bugs.gentoo.org/520612 Signed-off-by: Mike Gilbert gentoo.org> net-fs/samba/files/samba.conf | 11 ++++++++--- net-fs/samba/samba-4.15.12-r3.ebuild | 5 ----- net-fs/samba/samba-4.16.7-r3.ebuild | 5 ----- 3 files changed, 8 insertions(+), 13 deletions(-) diff --git a/net-fs/samba/files/samba.conf b/net-fs/samba/files/samba.conf index a7f4946fb07c..8e6e9dd8a158 100644 --- a/net-fs/samba/files/samba.conf +++ b/net-fs/samba/files/samba.conf @@ -1,3 +1,8 @@ -D /run/samba 0755 root root -D /run/ctdb 0755 root root -D /run/lock/samba 0755 root root +d /run/samba +d /run/ctdb +d /run/lock/samba +d /var/cache/samba +d /var/lib/ctdb +d /var/lib/samba/bind-dns +d /var/lib/samba/private +d /var/log/samba diff --git a/net-fs/samba/samba-4.15.12-r3.ebuild b/net-fs/samba/samba-4.15.12-r3.ebuild index 647db70b0f64..7cd4ba9cba8b 100644 --- a/net-fs/samba/samba-4.15.12-r3.ebuild +++ b/net-fs/samba/samba-4.15.12-r3.ebuild @@ -318,11 +318,6 @@ multilib_src_install() { insinto /etc/security doins examples/pam_winbind/pam_winbind.conf fi - - keepdir /var/cache/samba - keepdir /var/lib/ctdb - keepdir /var/lib/samba/{bind-dns,private} - keepdir /var/log/samba } multilib_src_test() { diff --git a/net-fs/samba/samba-4.16.7-r3.ebuild b/net-fs/samba/samba-4.16.7-r3.ebuild index 2029be6f6ff9..3f91c4f83dab 100644 --- a/net-fs/samba/samba-4.16.7-r3.ebuild +++ b/net-fs/samba/samba-4.16.7-r3.ebuild @@ -358,11 +358,6 @@ multilib_src_install() { insinto /etc/security doins examples/pam_winbind/pam_winbind.conf fi - - keepdir /var/cache/samba - keepdir /var/lib/ctdb - keepdir /var/lib/samba/{bind-dns,private} - keepdir /var/log/samba } pkg_postinst() {