summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-04-07 08:32:35 +0000
committerMike Frysinger <vapier@gentoo.org>2007-04-07 08:32:35 +0000
commitee4d73a83c5c224cbc41fb9612ad68fcc717645e (patch)
treea999d15f8442854ef7c5eee69da68f8b354b54d2 /bin/doinitd
parentremove references to EXEDESTTREE (diff)
downloadportage-multirepo-ee4d73a83c5c224cbc41fb9612ad68fcc717645e.tar.gz
portage-multirepo-ee4d73a83c5c224cbc41fb9612ad68fcc717645e.tar.bz2
portage-multirepo-ee4d73a83c5c224cbc41fb9612ad68fcc717645e.zip
change "EXEDESTTREE" to "_E_EXEDESTTREE_" to try and prevent abuse from ebuild writers
svn path=/main/trunk/; revision=6351
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 e8d9f69f..0f1af940 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 "$@"