Use /etc/init.d/functions.sh instead of /sbin/functions.sh. (Bug 210940)
authorfuzzyray <fuzzyray@gentoo.org>
Thu, 21 Feb 2008 14:16:14 +0000 (14:16 -0000)
committerfuzzyray <fuzzyray@gentoo.org>
Thu, 21 Feb 2008 14:16:14 +0000 (14:16 -0000)
svn path=/; revision=474

trunk/ChangeLog
trunk/src/revdep-rebuild/revdep-rebuild

index 1f78edfad4d1091f054c949a094d8f1b0ea6db82..baa3ec0a9cfff3dbd8583bcd77ae775c021ba41c 100644 (file)
@@ -1,3 +1,7 @@
+2008-02-21: Paul Varner <fuzzyray@gentoo.org>
+       * revdep-rebuild: "Use /etc/init.d/functions.sh instead of
+       /sbin/functions.sh. (Bug 210940)
+
 2008-02-18: Paul Varner <fuzzyray@gentoo.org>
        * revdep-rebuild: Apply patch to allow combined short options.
        (Bug 188343)
index 03ec38a484467ae27cef8fc7286f97344f09e168..4496d595f20318e8586fc382196791b92ba42b0b 100755 (executable)
@@ -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
 }
 
 ##