summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-01-09 07:08:19 +0000
committerMike Frysinger <vapier@gentoo.org>2009-01-09 07:08:19 +0000
commit3c809512b9c2891c0fc7370063fadc56242614ba (patch)
treeac528df282d1ba4d1e0d4694b398c6036241c8d3 /sys-libs
parentdisable ccache when selecting a multilib other than the default #196243 (diff)
downloadgentoo-2-3c809512b9c2891c0fc7370063fadc56242614ba.tar.gz
gentoo-2-3c809512b9c2891c0fc7370063fadc56242614ba.tar.bz2
gentoo-2-3c809512b9c2891c0fc7370063fadc56242614ba.zip
send telinit output to /dev/null #253697
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/glibc-2.9_p20081201-r1.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-libs/glibc/glibc-2.9_p20081201-r1.ebuild b/sys-libs/glibc/glibc-2.9_p20081201-r1.ebuild
index c9ae29f44b6b..cf881303d69b 100644
--- a/sys-libs/glibc/glibc-2.9_p20081201-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.9_p20081201-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.9_p20081201-r1.ebuild,v 1.3 2008/12/31 07:56:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.9_p20081201-r1.ebuild,v 1.4 2009/01/09 07:08:19 vapier Exp $
GLIBC_PATCH_EXCLUDE="${GLIBC_PATCH_EXCLUDE} 1060_all_glibc-nss-deepbind.patch" #252302
@@ -350,8 +350,9 @@ pkg_postinst() {
fi
if ! is_crosscompile && [[ ${ROOT} == "/" ]] ; then
- # Reload init ...
- /sbin/telinit U
+ # Reload init ... if in a chroot or a diff init package, ignore
+ # errors from this step #253697
+ /sbin/telinit U 2>/dev/null
# if the host locales.gen contains no entries, we'll install everything
local locale_list="${ROOT}etc/locale.gen"