diff options
author | 2011-11-03 00:26:17 +0000 | |
---|---|---|
committer | 2011-11-03 00:26:17 +0000 | |
commit | 5bed262287f4ddd7f63068dcccd3e8c8c99b7ca6 (patch) | |
tree | 1f4f119100a856618f5a3a2e1e499cf89c589913 /eclass/portability.eclass | |
parent | clean up egetent style to make it clear how it works (diff) | |
download | historical-5bed262287f4ddd7f63068dcccd3e8c8c99b7ca6.tar.gz historical-5bed262287f4ddd7f63068dcccd3e8c8c99b7ca6.tar.bz2 historical-5bed262287f4ddd7f63068dcccd3e8c8c99b7ca6.zip |
restore egethome as some packages in the tree have been parsing getent directly for this
Diffstat (limited to 'eclass/portability.eclass')
-rw-r--r-- | eclass/portability.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/portability.eclass b/eclass/portability.eclass index cdfb7a2c2002..36ff9a8bea7f 100644 --- a/eclass/portability.eclass +++ b/eclass/portability.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/portability.eclass,v 1.19 2011/10/31 17:39:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/portability.eclass,v 1.20 2011/11/03 00:26:17 vapier Exp $ # # Author: Diego Pettenò <flameeyes@gentoo.org> # @@ -129,6 +129,5 @@ get_mounts() { } _dead_portability_user_funcs() { die "if you really need this, please file a bug for base-system@gentoo.org"; } -egethome() { _dead_portability_user_funcs; } egetshell() { _dead_portability_user_funcs; } is-login-disabled() { _dead_portability_user_funcs; } |