diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-05-20 12:38:56 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-05-20 12:38:56 +0000 |
commit | 9b970ada44c616143e3ac9a9502c59219972fb8d (patch) | |
tree | aebfc933da8a776870b8728a46f02140c1575b84 /eclass/pam.eclass | |
parent | Using new pam eclass for newpamd/dopamd. (diff) | |
download | historical-9b970ada44c616143e3ac9a9502c59219972fb8d.tar.gz historical-9b970ada44c616143e3ac9a9502c59219972fb8d.tar.bz2 historical-9b970ada44c616143e3ac9a9502c59219972fb8d.zip |
Removed return 1, thanks to Swegener.
Diffstat (limited to 'eclass/pam.eclass')
-rw-r--r-- | eclass/pam.eclass | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/pam.eclass b/eclass/pam.eclass index 06ba26194d62..c866254368a1 100644 --- a/eclass/pam.eclass +++ b/eclass/pam.eclass @@ -1,7 +1,7 @@ # Copyright 2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # Author Diego Pettenò <flameeyes@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/pam.eclass,v 1.1 2005/05/20 11:58:32 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/pam.eclass,v 1.2 2005/05/20 12:38:56 flameeyes Exp $ # # This eclass contains functions to install pamd configuration files and # pam modules. @@ -139,6 +139,4 @@ pamd_mimic_system() { shift done - - return 1 } |