View | Details | Raw Unified
Collapse All | Expand All

(-) pam_smb-2.0.0_rc6-r1.ebuild (-9 / +7 lines)
 Lines 2-8    Link Here 
# Distributed under the terms of the GNU General Public License v2
# 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 $
# $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."
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/"
HOMEPAGE="http://www.csn.ul.ie/~airlied/pam_smb/"
 Lines 31-43    Link Here 
}
}
src_install() {
src_install() {
	exeinto /lib/security
	dopammod pamsmbm/pam_smb_auth.so
	doexe pamsmbm/pam_smb_auth.so
	exeinto /usr/sbin
	exeinto /usr/sbin
	doexe pamsmbd/pamsmbd
	doexe pamsmbd/pamsmbd
	dodoc BUGS CHANGES COPYING README TODO INSTALL \
	dodoc BUGS CHANGES README TODO faq/{pam_smb_faq.sgml,additions.txt}
		faq/{pam_smb_faq.sgml,additions.txt}
	docinto pam.d
	docinto pam.d
	dodoc pam_smb.conf*
	dodoc pam_smb.conf*
 Lines 45-52    Link Here 
}
}
pkg_postinst() {
pkg_postinst() {
	einfo
	elog
	einfo "You must create /etc/pam_smb.conf yourself, containing"
	elog "You must create /etc/pam_smb.conf yourself, containing"
	einfo "your domainname, PDC and BDC.  See example files in docdir."
	elog "your domainname, PDC and BDC.  See example files in docdir."
	einfo
	elog
}
}