From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1114768-garchives=archives.gentoo.org@lists.gentoo.org>
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 BCBAA138334
	for <garchives@archives.gentoo.org>; Sun,  6 Oct 2019 19:31:15 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E1E64E0828;
	Sun,  6 Oct 2019 19:31:14 +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 B7118E0828
	for <gentoo-commits@lists.gentoo.org>; Sun,  6 Oct 2019 19:31:14 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 1A13034B731
	for <gentoo-commits@lists.gentoo.org>; Sun,  6 Oct 2019 19:31:13 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6573471A
	for <gentoo-commits@lists.gentoo.org>; Sun,  6 Oct 2019 19:31:10 +0000 (UTC)
From: "Lars Wendler" <polynomial-c@gentoo.org>
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" <polynomial-c@gentoo.org>
Message-ID: <1570390251.de00d2e5761fb78cfdae7dcc2a5236651d28d72d.polynomial-c@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_smb/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-auth/pam_smb/pam_smb-2.0.0_rc6-r1.ebuild sys-auth/pam_smb/pam_smb-2.0.0_rc6-r2.ebuild
X-VCS-Directories: sys-auth/pam_smb/
X-VCS-Committer: polynomial-c
X-VCS-Committer-Name: Lars Wendler
X-VCS-Revision: de00d2e5761fb78cfdae7dcc2a5236651d28d72d
X-VCS-Branch: master
Date: Sun,  6 Oct 2019 19:31:10 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 0139f298-86ea-42ff-99be-24c50debb563
X-Archives-Hash: 36034c4196459e51c3abacf723092ff8

commit:     de00d2e5761fb78cfdae7dcc2a5236651d28d72d
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  6 19:30:51 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sun Oct  6 19:30:51 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de00d2e5

sys-auth/pam_smb: Fixed newinitd call

Closes: https://bugs.gentoo.org/696868
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-auth/pam_smb/pam_smb-2.0.0_rc6-r1.ebuild | 4 ++--
 sys-auth/pam_smb/pam_smb-2.0.0_rc6-r2.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-auth/pam_smb/pam_smb-2.0.0_rc6-r1.ebuild b/sys-auth/pam_smb/pam_smb-2.0.0_rc6-r1.ebuild
index 50392ea8a01..bb9d2a3d3a9 100644
--- a/sys-auth/pam_smb/pam_smb-2.0.0_rc6-r1.ebuild
+++ b/sys-auth/pam_smb/pam_smb-2.0.0_rc6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=0
@@ -42,7 +42,7 @@ src_install() {
 	docinto pam.d
 	dodoc pam_smb.conf*
 
-	newinitd "${FILESDIR}/pamsmbd-init pamsmbd"
+	newinitd "${FILESDIR}/pamsmbd-init" pamsmbd
 }
 
 pkg_postinst() {

diff --git a/sys-auth/pam_smb/pam_smb-2.0.0_rc6-r2.ebuild b/sys-auth/pam_smb/pam_smb-2.0.0_rc6-r2.ebuild
index 9fdaecd291e..2a5e7474306 100644
--- a/sys-auth/pam_smb/pam_smb-2.0.0_rc6-r2.ebuild
+++ b/sys-auth/pam_smb/pam_smb-2.0.0_rc6-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -39,7 +39,7 @@ src_install() {
 	docinto pam.d
 	dodoc pam_smb.conf*
 
-	newinitd "${FILESDIR}/pamsmbd-init pamsmbd"
+	newinitd "${FILESDIR}/pamsmbd-init" pamsmbd
 }
 
 pkg_postinst() {