--- pam_smb-2.0.0_rc6-r1.ebuild 2007-04-28 15:36:17.000000000 +0200 +++ pam_smb-2.0.0_rc6-r1.ebuild 2007-09-10 21:42:48.000000000 +0200 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_smb/pam_smb-2.0.0_rc6-r1.ebuild,v 1.3 2007/04/28 13:21:16 tove Exp $ -inherit eutils +inherit eutils pam DESCRIPTION="The PAM SMB module, which allows authentication against a SMB (such as the Win_x families) server." HOMEPAGE="http://www.csn.ul.ie/~airlied/pam_smb/" @@ -31,13 +31,11 @@ } src_install() { - exeinto /lib/security - doexe pamsmbm/pam_smb_auth.so + dopammod pamsmbm/pam_smb_auth.so exeinto /usr/sbin doexe pamsmbd/pamsmbd - dodoc BUGS CHANGES COPYING README TODO INSTALL \ - faq/{pam_smb_faq.sgml,additions.txt} + dodoc BUGS CHANGES README TODO faq/{pam_smb_faq.sgml,additions.txt} docinto pam.d dodoc pam_smb.conf* @@ -45,8 +43,8 @@ } pkg_postinst() { - einfo - einfo "You must create /etc/pam_smb.conf yourself, containing" - einfo "your domainname, PDC and BDC. See example files in docdir." - einfo + elog + elog "You must create /etc/pam_smb.conf yourself, containing" + elog "your domainname, PDC and BDC. See example files in docdir." + elog }