projects
/
live-initramfs-grml.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7ba875
)
Fix minor typo in 10_support_ethdevice.dpatch
author
Michael Prokop
<mika@grml.org>
Tue, 29 Dec 2009 21:09:18 +0000
(22:09 +0100)
committer
Michael Prokop
<mika@grml.org>
Tue, 29 Dec 2009 21:09:18 +0000
(22:09 +0100)
debian/patches/10_support_ethdevice.dpatch
patch
|
blob
|
history
diff --git
a/debian/patches/10_support_ethdevice.dpatch
b/debian/patches/10_support_ethdevice.dpatch
index
3e51781
..
bf5fe4f
100755
(executable)
--- a/
debian/patches/10_support_ethdevice.dpatch
+++ b/
debian/patches/10_support_ethdevice.dpatch
@@
-64,7
+64,7
@@
diff -urNad live-initramfs-grml~/scripts/live live-initramfs-grml/scripts/live
+ jobid=$!
+ sleep "$ETHDEV_TIMEOUT" ; sleep 1
+ if [ -r /proc/"$jobid"/status ] ; then
-+ echo "Killing job $jobid for device $dev as ipconfig ran into recursion
i
..."
++ echo "Killing job $jobid for device $dev as ipconfig ran into recursion..."
+ kill -9 $jobid
+ fi
+