From 673d924819e18478d7a1c2d1a120cf5748c82a00 Mon Sep 17 00:00:00 2001 From: fuzzyray Date: Thu, 21 Feb 2008 14:16:14 +0000 Subject: [PATCH] Use /etc/init.d/functions.sh instead of /sbin/functions.sh. (Bug 210940) svn path=/; revision=474 --- trunk/ChangeLog | 4 ++++ trunk/src/revdep-rebuild/revdep-rebuild | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/trunk/ChangeLog b/trunk/ChangeLog index 1f78edf..baa3ec0 100644 --- a/trunk/ChangeLog +++ b/trunk/ChangeLog @@ -1,3 +1,7 @@ +2008-02-21: Paul Varner + * revdep-rebuild: "Use /etc/init.d/functions.sh instead of + /sbin/functions.sh. (Bug 210940) + 2008-02-18: Paul Varner * revdep-rebuild: Apply patch to allow combined short options. (Bug 188343) 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 } ## -- 2.26.2