diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-05-05 05:15:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-05-05 05:15:54 +0000 |
commit | 5723fb5db85f74c3f37bbca9d578830bff52621c (patch) | |
tree | e021cbed13557b866fdd6ad0372b823d504d99f2 /dev-lang | |
parent | revert debug code (diff) | |
download | gentoo-2-5723fb5db85f74c3f37bbca9d578830bff52621c.tar.gz gentoo-2-5723fb5db85f74c3f37bbca9d578830bff52621c.tar.bz2 gentoo-2-5723fb5db85f74c3f37bbca9d578830bff52621c.zip |
use /etc/init.d/functions.sh rather than /sbin/functions.sh
(Portage version: 2.1.2.5)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/files/python-updater | 2 | ||||
-rw-r--r-- | dev-lang/python/files/python-updater-r1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/python/files/python-updater b/dev-lang/python/files/python-updater index ca6ef7d4364e..62bc736bc48b 100644 --- a/dev-lang/python/files/python-updater +++ b/dev-lang/python/files/python-updater @@ -40,7 +40,7 @@ PORTAGE_PYTHON="/usr/bin/python" # load the gentoo-style info macros, but hack to get around # it thinking this is an rc script EBUILD="1" -source /sbin/functions.sh +source /etc/init.d/functions.sh || exit 1 diff --git a/dev-lang/python/files/python-updater-r1 b/dev-lang/python/files/python-updater-r1 index 823a355114d0..09d9321675ba 100644 --- a/dev-lang/python/files/python-updater-r1 +++ b/dev-lang/python/files/python-updater-r1 @@ -40,7 +40,7 @@ PORTAGE_PYTHON="/usr/bin/python" # load the gentoo-style info macros, but hack to get around # it thinking this is an rc script EBUILD="1" -source /sbin/functions.sh +source /etc/init.d/functions.sh || exit 1 |