* [gentoo-commits] gentoo-x86 commit in sys-kernel/dracut/files: dracut-006-dhcp6.patch dracut-006-lc-all-c.patch
@ 2010-07-07 5:32 Lance Albertson (ramereth)
0 siblings, 0 replies; only message in thread
From: Lance Albertson (ramereth) @ 2010-07-07 5:32 UTC (permalink / raw
To: gentoo-commits
ramereth 10/07/07 05:32:16
Added: dracut-006-dhcp6.patch dracut-006-lc-all-c.patch
Log:
Version bump, resolves bug #324705
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.1 sys-kernel/dracut/files/dracut-006-dhcp6.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/dracut-006-dhcp6.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/dracut-006-dhcp6.patch?rev=1.1&content-type=text/plain
Index: dracut-006-dhcp6.patch
===================================================================
diff --git a/modules.d/40network/parse-ip-opts.sh b/modules.d/40network/parse-ip-opts.sh
index 7362669..a3c9597 100755
--- a/modules.d/40network/parse-ip-opts.sh
+++ b/modules.d/40network/parse-ip-opts.sh
@@ -74,7 +74,7 @@ for p in $(getargs ip=); do
die "Sorry, automatic calculation of netmask is not yet supported"
;;
auto6);;
- dhcp|on|any) \
+ dhcp|dhcp6|on|any) \
[ -n "$NEEDBOOTDEV" ] && [ -z "$dev" ] && \
die "Sorry, 'ip=$p' does not make sense for multiple interface configurations"
[ -n "$ip" ] && \
1.1 sys-kernel/dracut/files/dracut-006-lc-all-c.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/dracut-006-lc-all-c.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/dracut-006-lc-all-c.patch?rev=1.1&content-type=text/plain
Index: dracut-006-lc-all-c.patch
===================================================================
diff --git a/dracut-functions b/dracut-functions
index 58f119f..2cd573a 100755
--- a/dracut-functions
+++ b/dracut-functions
@@ -248,7 +248,7 @@ inst_binary() {
local LDSO NAME IO FILE ADDR I1 n f TLIBDIR
[[ -e $initdir$target ]] && return 0
# I love bash!
- ldd $bin 2>/dev/null | while read line; do
+ LC_ALL=C ldd $bin 2>/dev/null | while read line; do
[[ $line = 'not a dynamic executable' ]] && return 1
if [[ $line =~ not\ found ]]; then
derror "Missing a shared library required by $bin."
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-07-07 5:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-07 5:32 [gentoo-commits] gentoo-x86 commit in sys-kernel/dracut/files: dracut-006-dhcp6.patch dracut-006-lc-all-c.patch Lance Albertson (ramereth)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox