diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-11-03 00:59:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-11-03 00:59:16 +0000 |
commit | f7979e82d26ce80ce7f5009cb476044d3265c060 (patch) | |
tree | cd7afa44c691652e7a7fda59d88edee26eccbfe7 /eclass/portability.eclass | |
parent | Use new egethome helper rather than calling getent directly. (diff) | |
download | gentoo-2-f7979e82d26ce80ce7f5009cb476044d3265c060.tar.gz gentoo-2-f7979e82d26ce80ce7f5009cb476044d3265c060.tar.bz2 gentoo-2-f7979e82d26ce80ce7f5009cb476044d3265c060.zip |
restore egetshell 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 36ff9a8bea7f..54c7619e308a 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.20 2011/11/03 00:26:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/portability.eclass,v 1.21 2011/11/03 00:59:16 vapier Exp $ # # Author: Diego Pettenò <flameeyes@gentoo.org> # @@ -129,5 +129,4 @@ get_mounts() { } _dead_portability_user_funcs() { die "if you really need this, please file a bug for base-system@gentoo.org"; } -egetshell() { _dead_portability_user_funcs; } is-login-disabled() { _dead_portability_user_funcs; } |