Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/
Date: Thu, 24 Jan 2019 08:41:38
Message-Id: 1548319282.e20faa410c8d61ac937a8b346dc75e9685e53b2b.polynomial-c@gentoo
1 commit: e20faa410c8d61ac937a8b346dc75e9685e53b2b
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 24 08:41:22 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 24 08:41:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e20faa41
7
8 net-fs/samba: Fixed syntax error.
9
10 Bug: https://bugs.gentoo.org/590374
11 Package-Manager: Portage-2.3.58, Repoman-2.3.12
12 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
13
14 net-fs/samba/samba-4.10.0_rc1-r1.ebuild | 2 +-
15 net-fs/samba/samba-4.7.12-r1.ebuild | 2 +-
16 net-fs/samba/samba-4.8.6-r3.ebuild | 2 +-
17 net-fs/samba/samba-4.8.8-r1.ebuild | 2 +-
18 net-fs/samba/samba-4.9.4-r1.ebuild | 2 +-
19 5 files changed, 5 insertions(+), 5 deletions(-)
20
21 diff --git a/net-fs/samba/samba-4.10.0_rc1-r1.ebuild b/net-fs/samba/samba-4.10.0_rc1-r1.ebuild
22 index 58029da8000..842a8c1c5c9 100644
23 --- a/net-fs/samba/samba-4.10.0_rc1-r1.ebuild
24 +++ b/net-fs/samba/samba-4.10.0_rc1-r1.ebuild
25 @@ -273,7 +273,7 @@ multilib_src_install() {
26 systemd_dounit "${FILESDIR}"/samba.service
27 fi
28
29 - if use pam and use winbind ; then
30 + if use pam && use winbind ; then
31 newpamd "${CONFDIR}/system-auth-winbind.pam" system-auth-winbind
32 # bugs #376853 and #590374
33 insinto /etc/security
34
35 diff --git a/net-fs/samba/samba-4.7.12-r1.ebuild b/net-fs/samba/samba-4.7.12-r1.ebuild
36 index ce0c7421f11..98b097983e0 100644
37 --- a/net-fs/samba/samba-4.7.12-r1.ebuild
38 +++ b/net-fs/samba/samba-4.7.12-r1.ebuild
39 @@ -299,7 +299,7 @@ multilib_src_install() {
40 systemd_dounit "${FILESDIR}"/samba.service
41 fi
42
43 - if use pam and use winbind ; then
44 + if use pam && use winbind ; then
45 newpamd "${CONFDIR}/system-auth-winbind.pam" system-auth-winbind
46 # bugs #376853 and #590374
47 insinto /etc/security
48
49 diff --git a/net-fs/samba/samba-4.8.6-r3.ebuild b/net-fs/samba/samba-4.8.6-r3.ebuild
50 index 66090c5d807..dce949b2939 100644
51 --- a/net-fs/samba/samba-4.8.6-r3.ebuild
52 +++ b/net-fs/samba/samba-4.8.6-r3.ebuild
53 @@ -268,7 +268,7 @@ multilib_src_install() {
54 systemd_dounit "${FILESDIR}"/samba.service
55 fi
56
57 - if use pam and use winbind ; then
58 + if use pam && use winbind ; then
59 newpamd "${CONFDIR}/system-auth-winbind.pam" system-auth-winbind
60 # bugs #376853 and #590374
61 insinto /etc/security
62
63 diff --git a/net-fs/samba/samba-4.8.8-r1.ebuild b/net-fs/samba/samba-4.8.8-r1.ebuild
64 index 6376062b6f9..ed0d3aa61ee 100644
65 --- a/net-fs/samba/samba-4.8.8-r1.ebuild
66 +++ b/net-fs/samba/samba-4.8.8-r1.ebuild
67 @@ -268,7 +268,7 @@ multilib_src_install() {
68 systemd_dounit "${FILESDIR}"/samba.service
69 fi
70
71 - if use pam and use winbind ; then
72 + if use pam && use winbind ; then
73 newpamd "${CONFDIR}/system-auth-winbind.pam" system-auth-winbind
74 # bugs #376853 and #590374
75 insinto /etc/security
76
77 diff --git a/net-fs/samba/samba-4.9.4-r1.ebuild b/net-fs/samba/samba-4.9.4-r1.ebuild
78 index 663fc4ceffc..894547a6d78 100644
79 --- a/net-fs/samba/samba-4.9.4-r1.ebuild
80 +++ b/net-fs/samba/samba-4.9.4-r1.ebuild
81 @@ -272,7 +272,7 @@ multilib_src_install() {
82 systemd_dounit "${FILESDIR}"/samba.service
83 fi
84
85 - if use pam and use winbind ; then
86 + if use pam && use winbind ; then
87 newpamd "${CONFDIR}/system-auth-winbind.pam" system-auth-winbind
88 # bugs #376853 and #590374
89 insinto /etc/security