sys-auth/pam_smb: Fixed newinitd call
authorLars Wendler <polynomial-c@gentoo.org>
Sun, 6 Oct 2019 19:30:51 +0000 (21:30 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Sun, 6 Oct 2019 19:30:51 +0000 (21:30 +0200)
Closes: https://bugs.gentoo.org/696868
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
sys-auth/pam_smb/pam_smb-2.0.0_rc6-r1.ebuild
sys-auth/pam_smb/pam_smb-2.0.0_rc6-r2.ebuild

index 50392ea8a01e2e7de9ce59464e8b0efc9cac9753..bb9d2a3d3a9f69968e6d73c3ef90c199b86ef3cd 100644 (file)
@@ -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() {
index 9fdaecd291ead8b5d7c3fb519fa34f449e455333..2a5e7474306060bee42977f83b294b6b724a0344 100644 (file)
@@ -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() {