| 1 | # Copyright 2004 Gentoo Foundation |
1 | # Copyright 2004 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License, v2 or later |
2 | # Distributed under the terms of the GNU General Public License, v2 or later |
| 3 | # Author Diego Pettenò <flameeyes@gentoo.org> |
3 | # Author Diego Pettenò <flameeyes@gentoo.org> |
| 4 | # $Header: /var/cvsroot/gentoo-x86/eclass/pam.eclass,v 1.20 2011/07/08 11:35:01 ssuominen Exp $ |
4 | # $Header: /var/cvsroot/gentoo-x86/eclass/pam.eclass,v 1.21 2011/12/17 04:20:52 vapier Exp $ |
| 5 | # |
5 | # |
| 6 | # This eclass contains functions to install pamd configuration files and |
6 | # This eclass contains functions to install pamd configuration files and |
| 7 | # pam modules. |
7 | # pam modules. |
|
|
8 | |
|
|
9 | if [[ ${___ECLASS_ONCE_PAM} != "recur -_+^+_- spank" ]] ; then |
|
|
10 | ___ECLASS_ONCE_PAM="recur -_+^+_- spank" |
| 8 | |
11 | |
| 9 | inherit multilib flag-o-matic |
12 | inherit multilib flag-o-matic |
| 10 | |
13 | |
| 11 | # dopamd <file> [more files] |
14 | # dopamd <file> [more files] |
| 12 | # |
15 | # |
| … | |
… | |
| 233 | # |
236 | # |
| 234 | # pam_epam_expand "${D}"/etc/pam.d/* |
237 | # pam_epam_expand "${D}"/etc/pam.d/* |
| 235 | # |
238 | # |
| 236 | # eshopts_pop # reset old shell opts |
239 | # eshopts_pop # reset old shell opts |
| 237 | # } |
240 | # } |
|
|
241 | |
|
|
242 | fi |