summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-08-31 20:28:33 +0000
committerMike Frysinger <vapier@gentoo.org>2006-08-31 20:28:33 +0000
commit90be5971393b62dedd9a378e5e5b1ef9a44dc626 (patch)
tree7ecfb068e69270c00e65a26b223602f0e5ba9878 /sys-libs/glibc/glibc-2.3.6-r3.ebuild
parentStable on sparc wrt security #144861 (diff)
downloadgentoo-2-90be5971393b62dedd9a378e5e5b1ef9a44dc626.tar.gz
gentoo-2-90be5971393b62dedd9a378e5e5b1ef9a44dc626.tar.bz2
gentoo-2-90be5971393b62dedd9a378e5e5b1ef9a44dc626.zip
change /sbin/init to /sbin/telinit #145717 by ph
(Portage version: 2.1.1_rc1-r2)
Diffstat (limited to 'sys-libs/glibc/glibc-2.3.6-r3.ebuild')
-rw-r--r--sys-libs/glibc/glibc-2.3.6-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.3.6-r3.ebuild b/sys-libs/glibc/glibc-2.3.6-r3.ebuild
index 8f883dce3815..791c0292b7d7 100644
--- a/sys-libs/glibc/glibc-2.3.6-r3.ebuild
+++ b/sys-libs/glibc/glibc-2.3.6-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-libs/glibc/glibc-2.3.6-r3.ebuild,v 1.21 2006/07/04 21:06:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.6-r3.ebuild,v 1.22 2006/08/31 20:28:33 vapier Exp $
# TODO:
# - fix warning from glibc build system:
@@ -576,7 +576,7 @@ toolchain-glibc_pkg_postinst() {
# Reload init ...
if ! is_crosscompile && [ "${ROOT}" = "/" ] ; then
- /sbin/init U &> /dev/null
+ /sbin/telinit U &> /dev/null
fi
echo