summaryrefslogtreecommitdiffstats
path: root/bin/doinitd
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-06-21 05:36:33 +0000
committerZac Medico <zmedico@gentoo.org>2007-06-21 05:36:33 +0000
commitca33bea20805c7b6a136d84a8a556f029ba51556 (patch)
tree1c2cc6f912ea09271393bb38f2f3f78d84f963c7 /bin/doinitd
parent8ea55187dfb8c827555e65255f712a387d504751 (diff)
downloadportage-ca33bea20805c7b6a136d84a8a556f029ba51556.tar.gz
portage-ca33bea20805c7b6a136d84a8a556f029ba51556.tar.bz2
portage-ca33bea20805c7b6a136d84a8a556f029ba51556.zip
change "EXEDESTTREE" to "_E_EXEDESTTREE_" to try and prevent abuse from ebuild writers (trunk r6351)
svn path=/main/branches/2.1.2/; revision=6903
Diffstat (limited to 'bin/doinitd')
-rwxr-xr-xbin/doinitd4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/doinitd b/bin/doinitd
index e8d9f69fa..0f1af9406 100755
--- a/bin/doinitd
+++ b/bin/doinitd
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -10,5 +10,5 @@ fi
exec \
env \
-EXEDESTTREE="/etc/init.d/" \
+_E_EXEDESTTREE_="/etc/init.d/" \
doexe "$@"