We only need to make sure that we have /sbin and /usr/sbin in our PATH for bug #97378...
authorChris Gianelloni <wolf31o2@gentoo.org>
Thu, 14 Feb 2008 01:40:26 +0000 (01:40 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Thu, 14 Feb 2008 01:40:26 +0000 (01:40 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@593 67a159dc-881f-0410-a524-ba9dfbe2cb84

ChangeLog
genkernel

index 33427062bbb6902bd92b8d8ed8bf277afceb7989..94ac9b9e191d87ffe3a68ba42b8c014d8cfc03c9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,
index e88bb6b6cd3a835e39c9af8310e1b48a137197b0..ad6d068850f2231feb27e80fe0088d9e20b6d789 100755 (executable)
--- a/genkernel
+++ b/genkernel
@@ -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.