public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoolkit r474 - in trunk: . src/revdep-rebuild
@ 2008-02-21 14:16 Paul Varner (fuzzyray)
  0 siblings, 0 replies; only message in thread
From: Paul Varner (fuzzyray) @ 2008-02-21 14:16 UTC (permalink / raw
  To: gentoo-commits

Author: fuzzyray
Date: 2008-02-21 14:16:14 +0000 (Thu, 21 Feb 2008)
New Revision: 474

Modified:
   trunk/ChangeLog
   trunk/src/revdep-rebuild/revdep-rebuild
Log:
Use /etc/init.d/functions.sh instead of /sbin/functions.sh. (Bug 210940)

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-02-19 14:54:46 UTC (rev 473)
+++ trunk/ChangeLog	2008-02-21 14:16:14 UTC (rev 474)
@@ -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)

Modified: trunk/src/revdep-rebuild/revdep-rebuild
===================================================================
--- trunk/src/revdep-rebuild/revdep-rebuild	2008-02-19 14:54:46 UTC (rev 473)
+++ trunk/src/revdep-rebuild/revdep-rebuild	2008-02-21 14:16:14 UTC (rev 474)
@@ -231,7 +231,7 @@
 	# environment.
 	export NOCOLOR=$(portageq envvar NOCOLOR)
 	[[ $NOCOLOR = yes || $NOCOLOR = true ]] && export RC_NOCOLOR=yes # HACK! (grr)
-	. /sbin/functions.sh
+	. /etc/init.d/functions.sh
 }
 
 ##

-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-21 14:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-21 14:16 [gentoo-commits] gentoolkit r474 - in trunk: . src/revdep-rebuild Paul Varner (fuzzyray)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox