* [gentoo-commits] genkernel r593 - trunk
@ 2008-02-14 1:40 Chris Gianelloni (wolf31o2)
0 siblings, 0 replies; only message in thread
From: Chris Gianelloni (wolf31o2) @ 2008-02-14 1:40 UTC (permalink / raw
To: gentoo-commits
Author: wolf31o2
Date: 2008-02-14 01:40:26 +0000 (Thu, 14 Feb 2008)
New Revision: 593
Modified:
trunk/ChangeLog
trunk/genkernel
Log:
We only need to make sure that we have /sbin and /usr/sbin in our PATH for bug #97378, not reset it. Thanks to Justin Bronder <jsbronder@gentoo.org> in bug #209182 for pointing it out. This is genkernel 3.4.10_pre1 for testing.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-02-14 01:07:14 UTC (rev 592)
+++ trunk/ChangeLog 2008-02-14 01:40:26 UTC (rev 593)
@@ -2,6 +2,11 @@
# Copyright 2006-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 14 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
+ We only need to make sure that we have /sbin and /usr/sbin in our PATH for
+ bug #97378, not reset it. Thanks to Justin Bronder <jsbronder@gentoo.org> in
+ bug #209182 for pointing it out. This is genkernel 3.4.10_pre1 for testing.
+
14 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
gen_compile.sh, gen_determineargs.sh, gen_initramfs.sh, gen_initrd.sh,
generic/initrd.scripts, generic/linuxrc, genkernel, genkernel.conf,
Modified: trunk/genkernel
===================================================================
--- trunk/genkernel 2008-02-14 01:07:14 UTC (rev 592)
+++ trunk/genkernel 2008-02-14 01:40:26 UTC (rev 593)
@@ -1,7 +1,7 @@
#!/bin/bash
-PATH="/bin:/usr/bin:/sbin:/usr/sbin"
-GK_V='3.4.9'
+PATH="${PATH}:/sbin:/usr/sbin"
+GK_V='3.4.10_pre1'
# Set the default for TMPDIR. May be modified by genkernel.conf or the
# --tempdir command line option.
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-02-14 1:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-14 1:40 [gentoo-commits] genkernel r593 - trunk Chris Gianelloni (wolf31o2)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox