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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 904D5138334 for ; Thu, 24 Jan 2019 08:41:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD60BE097A; Thu, 24 Jan 2019 08:41:37 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7DFD9E097A for ; Thu, 24 Jan 2019 08:41:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 438A5335C36 for ; Thu, 24 Jan 2019 08:41:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79FE74ED for ; Thu, 24 Jan 2019 08:41:32 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1548319282.e20faa410c8d61ac937a8b346dc75e9685e53b2b.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/samba/samba-4.10.0_rc1-r1.ebuild net-fs/samba/samba-4.7.12-r1.ebuild net-fs/samba/samba-4.8.6-r3.ebuild net-fs/samba/samba-4.8.8-r1.ebuild net-fs/samba/samba-4.9.4-r1.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: e20faa410c8d61ac937a8b346dc75e9685e53b2b X-VCS-Branch: master Date: Thu, 24 Jan 2019 08:41:32 +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: ab32a56c-1358-41d6-9c3c-0f92fdac6874 X-Archives-Hash: cf0885102265c9291ef224d32ee170bc commit: e20faa410c8d61ac937a8b346dc75e9685e53b2b Author: Lars Wendler gentoo org> AuthorDate: Thu Jan 24 08:41:22 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Jan 24 08:41:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e20faa41 net-fs/samba: Fixed syntax error. Bug: https://bugs.gentoo.org/590374 Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> net-fs/samba/samba-4.10.0_rc1-r1.ebuild | 2 +- net-fs/samba/samba-4.7.12-r1.ebuild | 2 +- net-fs/samba/samba-4.8.6-r3.ebuild | 2 +- net-fs/samba/samba-4.8.8-r1.ebuild | 2 +- net-fs/samba/samba-4.9.4-r1.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-fs/samba/samba-4.10.0_rc1-r1.ebuild b/net-fs/samba/samba-4.10.0_rc1-r1.ebuild index 58029da8000..842a8c1c5c9 100644 --- a/net-fs/samba/samba-4.10.0_rc1-r1.ebuild +++ b/net-fs/samba/samba-4.10.0_rc1-r1.ebuild @@ -273,7 +273,7 @@ multilib_src_install() { systemd_dounit "${FILESDIR}"/samba.service fi - if use pam and use winbind ; then + if use pam && use winbind ; then newpamd "${CONFDIR}/system-auth-winbind.pam" system-auth-winbind # bugs #376853 and #590374 insinto /etc/security diff --git a/net-fs/samba/samba-4.7.12-r1.ebuild b/net-fs/samba/samba-4.7.12-r1.ebuild index ce0c7421f11..98b097983e0 100644 --- a/net-fs/samba/samba-4.7.12-r1.ebuild +++ b/net-fs/samba/samba-4.7.12-r1.ebuild @@ -299,7 +299,7 @@ multilib_src_install() { systemd_dounit "${FILESDIR}"/samba.service fi - if use pam and use winbind ; then + if use pam && use winbind ; then newpamd "${CONFDIR}/system-auth-winbind.pam" system-auth-winbind # bugs #376853 and #590374 insinto /etc/security diff --git a/net-fs/samba/samba-4.8.6-r3.ebuild b/net-fs/samba/samba-4.8.6-r3.ebuild index 66090c5d807..dce949b2939 100644 --- a/net-fs/samba/samba-4.8.6-r3.ebuild +++ b/net-fs/samba/samba-4.8.6-r3.ebuild @@ -268,7 +268,7 @@ multilib_src_install() { systemd_dounit "${FILESDIR}"/samba.service fi - if use pam and use winbind ; then + if use pam && use winbind ; then newpamd "${CONFDIR}/system-auth-winbind.pam" system-auth-winbind # bugs #376853 and #590374 insinto /etc/security diff --git a/net-fs/samba/samba-4.8.8-r1.ebuild b/net-fs/samba/samba-4.8.8-r1.ebuild index 6376062b6f9..ed0d3aa61ee 100644 --- a/net-fs/samba/samba-4.8.8-r1.ebuild +++ b/net-fs/samba/samba-4.8.8-r1.ebuild @@ -268,7 +268,7 @@ multilib_src_install() { systemd_dounit "${FILESDIR}"/samba.service fi - if use pam and use winbind ; then + if use pam && use winbind ; then newpamd "${CONFDIR}/system-auth-winbind.pam" system-auth-winbind # bugs #376853 and #590374 insinto /etc/security diff --git a/net-fs/samba/samba-4.9.4-r1.ebuild b/net-fs/samba/samba-4.9.4-r1.ebuild index 663fc4ceffc..894547a6d78 100644 --- a/net-fs/samba/samba-4.9.4-r1.ebuild +++ b/net-fs/samba/samba-4.9.4-r1.ebuild @@ -272,7 +272,7 @@ multilib_src_install() { systemd_dounit "${FILESDIR}"/samba.service fi - if use pam and use winbind ; then + if use pam && use winbind ; then newpamd "${CONFDIR}/system-auth-winbind.pam" system-auth-winbind # bugs #376853 and #590374 insinto /etc/security