summaryrefslogtreecommitdiff
path: root/trunk/src
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2008-02-21 14:16:14 +0000
committerfuzzyray <fuzzyray@gentoo.org>2008-02-21 14:16:14 +0000
commit673d924819e18478d7a1c2d1a120cf5748c82a00 (patch)
treebae35b5b973d70c6007ca61483a86fbe28e4bd57 /trunk/src
parentb5b5797731d9e2589dc2a182aabfe3c4b81e9438 (diff)
downloadgentoolkit-673d924819e18478d7a1c2d1a120cf5748c82a00.tar.gz
Use /etc/init.d/functions.sh instead of /sbin/functions.sh. (Bug 210940)
svn path=/; revision=474
Diffstat (limited to 'trunk/src')
-rwxr-xr-xtrunk/src/revdep-rebuild/revdep-rebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/revdep-rebuild/revdep-rebuild b/trunk/src/revdep-rebuild/revdep-rebuild
index 03ec38a..4496d59 100755
--- a/trunk/src/revdep-rebuild/revdep-rebuild
+++ b/trunk/src/revdep-rebuild/revdep-rebuild
@@ -231,7 +231,7 @@ setup_color() {
# environment.
export NOCOLOR=$(portageq envvar NOCOLOR)
[[ $NOCOLOR = yes || $NOCOLOR = true ]] && export RC_NOCOLOR=yes # HACK! (grr)
- . /sbin/functions.sh
+ . /etc/init.d/functions.sh
}
##