Gentoo Archives: gentoo-commits

From: "Paul Varner (fuzzyray)" <fuzzyray@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoolkit r474 - in trunk: . src/revdep-rebuild
Date: Thu, 21 Feb 2008 14:16:54
Message-Id: E1JSCDf-0006li-0M@stork.gentoo.org
1 Author: fuzzyray
2 Date: 2008-02-21 14:16:14 +0000 (Thu, 21 Feb 2008)
3 New Revision: 474
4
5 Modified:
6 trunk/ChangeLog
7 trunk/src/revdep-rebuild/revdep-rebuild
8 Log:
9 Use /etc/init.d/functions.sh instead of /sbin/functions.sh. (Bug 210940)
10
11 Modified: trunk/ChangeLog
12 ===================================================================
13 --- trunk/ChangeLog 2008-02-19 14:54:46 UTC (rev 473)
14 +++ trunk/ChangeLog 2008-02-21 14:16:14 UTC (rev 474)
15 @@ -1,3 +1,7 @@
16 +2008-02-21: Paul Varner <fuzzyray@g.o>
17 + * revdep-rebuild: "Use /etc/init.d/functions.sh instead of
18 + /sbin/functions.sh. (Bug 210940)
19 +
20 2008-02-18: Paul Varner <fuzzyray@g.o>
21 * revdep-rebuild: Apply patch to allow combined short options.
22 (Bug 188343)
23
24 Modified: trunk/src/revdep-rebuild/revdep-rebuild
25 ===================================================================
26 --- trunk/src/revdep-rebuild/revdep-rebuild 2008-02-19 14:54:46 UTC (rev 473)
27 +++ trunk/src/revdep-rebuild/revdep-rebuild 2008-02-21 14:16:14 UTC (rev 474)
28 @@ -231,7 +231,7 @@
29 # environment.
30 export NOCOLOR=$(portageq envvar NOCOLOR)
31 [[ $NOCOLOR = yes || $NOCOLOR = true ]] && export RC_NOCOLOR=yes # HACK! (grr)
32 - . /sbin/functions.sh
33 + . /etc/init.d/functions.sh
34 }
35
36 ##
37
38 --
39 gentoo-commits@l.g.o mailing list