Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/, net-fs/samba/files/
Date: Sun, 09 Feb 2020 14:47:01
Message-Id: 1581259600.47c6f114afc9699dd82de27d1ba7da529f9632ba.bkohler@gentoo
1 commit: 47c6f114afc9699dd82de27d1ba7da529f9632ba
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 9 14:45:56 2020 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 14:46:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47c6f114
7
8 net-fs/samba: don't keepdir paths handled by tmpfilesd
9
10 Closes: https://bugs.gentoo.org/602352
11
12 Package-Manager: Portage-2.3.88, Repoman-2.3.20
13 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
14
15 net-fs/samba/files/samba.conf | 1 +
16 net-fs/samba/samba-4.11.6-r1.ebuild | 2 --
17 2 files changed, 1 insertion(+), 2 deletions(-)
18
19 diff --git a/net-fs/samba/files/samba.conf b/net-fs/samba/files/samba.conf
20 index e0a6f325cf9..a7f4946fb07 100644
21 --- a/net-fs/samba/files/samba.conf
22 +++ b/net-fs/samba/files/samba.conf
23 @@ -1,2 +1,3 @@
24 D /run/samba 0755 root root
25 +D /run/ctdb 0755 root root
26 D /run/lock/samba 0755 root root
27
28 diff --git a/net-fs/samba/samba-4.11.6-r1.ebuild b/net-fs/samba/samba-4.11.6-r1.ebuild
29 index 02ee234b50e..90f425758cf 100644
30 --- a/net-fs/samba/samba-4.11.6-r1.ebuild
31 +++ b/net-fs/samba/samba-4.11.6-r1.ebuild
32 @@ -285,9 +285,7 @@ multilib_src_install() {
33 keepdir /var/cache/samba
34 keepdir /var/lib/ctdb
35 keepdir /var/lib/samba/{bind-dns,private}
36 - keepdir /var/lock/samba
37 keepdir /var/log/samba
38 - keepdir /var/run/{ctdb,samba}
39 }
40
41 multilib_src_install_all() {