summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-libs/glibc/glibc-2.3.2-r12.ebuild')
-rw-r--r--sys-libs/glibc/glibc-2.3.2-r12.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.3.2-r12.ebuild b/sys-libs/glibc/glibc-2.3.2-r12.ebuild
index 2b762901e85a..89f2b3fc7859 100644
--- a/sys-libs/glibc/glibc-2.3.2-r12.ebuild
+++ b/sys-libs/glibc/glibc-2.3.2-r12.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-libs/glibc/glibc-2.3.2-r12.ebuild,v 1.19 2006/01/29 07:48:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.2-r12.ebuild,v 1.20 2006/08/31 20:28:33 vapier Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -734,6 +734,6 @@ pkg_postinst() {
# Reload init ...
if [ "${ROOT}" = "/" ]
then
- /sbin/init U &> /dev/null
+ /sbin/telinit U &> /dev/null
fi
}