diff options
author | Roy Marples <uberlord@gentoo.org> | 2006-06-10 17:02:37 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2006-06-10 17:02:37 +0000 |
commit | 7b5932064efecb42c7fc52e2e4ce91897f4296b5 (patch) | |
tree | 83cfb41b95ca84bd2d416ef38588f40f833907d4 /sys-apps/baselayout/baselayout-1.11.15-r3.ebuild | |
parent | * bump (diff) | |
download | gentoo-2-7b5932064efecb42c7fc52e2e4ce91897f4296b5.tar.gz gentoo-2-7b5932064efecb42c7fc52e2e4ce91897f4296b5.tar.bz2 gentoo-2-7b5932064efecb42c7fc52e2e4ce91897f4296b5.zip |
Punt the shadow stuff to the shadow ebuild.
(Portage version: 2.1)
Diffstat (limited to 'sys-apps/baselayout/baselayout-1.11.15-r3.ebuild')
-rw-r--r-- | sys-apps/baselayout/baselayout-1.11.15-r3.ebuild | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/sys-apps/baselayout/baselayout-1.11.15-r3.ebuild b/sys-apps/baselayout/baselayout-1.11.15-r3.ebuild index 99f21b298191..befc6c56fde5 100644 --- a/sys-apps/baselayout/baselayout-1.11.15-r3.ebuild +++ b/sys-apps/baselayout/baselayout-1.11.15-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.11.15-r3.ebuild,v 1.2 2006/06/05 14:32:04 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.11.15-r3.ebuild,v 1.3 2006/06/10 17:02:37 uberlord Exp $ inherit flag-o-matic eutils toolchain-funcs multilib @@ -541,21 +541,6 @@ pkg_postinst() { rm -f ${ROOT}/etc/modules.conf fi - # Enable shadow groups (we need ROOT=/ here, as grpconv only - # operate on / ...). - if [[ ${ROOT} == / && \ - ! -f /etc/gshadow && -x /usr/sbin/grpck && -x /usr/sbin/grpconv ]] - then - if /usr/sbin/grpck -r &>/dev/null; then - /usr/sbin/grpconv - else - echo - ewarn "Running 'grpck' returned errors. Please run it by hand, and then" - ewarn "run 'grpconv' afterwards!" - echo - fi - fi - # This is also written in src_install (so it's in CONTENTS), but # write it here so that the new version is immediately in the file # (without waiting for the user to do etc-update) |