diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/attachments/20120202/80fcc31c | |
parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
download | archives-master.tar archives-master.tar.gz archives-master.tar.bz2 archives-master.tar.xz archives-master.zip |
Diffstat (limited to 'zarb-ml/mageia-dev/attachments/20120202/80fcc31c')
-rw-r--r-- | zarb-ml/mageia-dev/attachments/20120202/80fcc31c/attachment-0001.obj | 43 | ||||
-rw-r--r-- | zarb-ml/mageia-dev/attachments/20120202/80fcc31c/attachment.obj | 43 |
2 files changed, 86 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/attachments/20120202/80fcc31c/attachment-0001.obj b/zarb-ml/mageia-dev/attachments/20120202/80fcc31c/attachment-0001.obj new file mode 100644 index 000000000..e3b99270b --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120202/80fcc31c/attachment-0001.obj @@ -0,0 +1,43 @@ +--- /usr/lib/dracut/modules.d/99base/init.original 2012-01-23 03:49:19.000000000 -0500 ++++ /usr/lib/dracut/modules.d/99base/init 2012-02-02 23:20:14.550818490 -0500 +@@ -214,11 +214,11 @@ + export main_loop + while :; do + +- check_finished && break ++ check_finished + + udevsettle + +- check_finished && break ++ check_finished + + if [ -f $hookdir/initqueue/work ]; then + rm $hookdir/initqueue/work +@@ -227,7 +227,7 @@ + for job in $hookdir/initqueue/*.sh; do + [ -e "$job" ] || break + job=$job . $job +- check_finished && break 2 ++ check_finished + done + + $UDEV_QUEUE_EMPTY >/dev/null 2>&1 || continue +@@ -235,7 +235,7 @@ + for job in $hookdir/initqueue/settled/*.sh; do + [ -e "$job" ] || break + job=$job . $job +- check_finished && break 2 ++ check_finished + done + + $UDEV_QUEUE_EMPTY >/dev/null 2>&1 || continue +@@ -265,7 +265,7 @@ + main_loop=0 + done + fi +- ++ check_finished && break + main_loop=$(($main_loop+1)) + [ $main_loop -gt $RDRETRY ] \ + && { flock -s 9 ; emergency_shell "Unable to process initqueue"; } 9>/.console_lock diff --git a/zarb-ml/mageia-dev/attachments/20120202/80fcc31c/attachment.obj b/zarb-ml/mageia-dev/attachments/20120202/80fcc31c/attachment.obj new file mode 100644 index 000000000..e3b99270b --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120202/80fcc31c/attachment.obj @@ -0,0 +1,43 @@ +--- /usr/lib/dracut/modules.d/99base/init.original 2012-01-23 03:49:19.000000000 -0500 ++++ /usr/lib/dracut/modules.d/99base/init 2012-02-02 23:20:14.550818490 -0500 +@@ -214,11 +214,11 @@ + export main_loop + while :; do + +- check_finished && break ++ check_finished + + udevsettle + +- check_finished && break ++ check_finished + + if [ -f $hookdir/initqueue/work ]; then + rm $hookdir/initqueue/work +@@ -227,7 +227,7 @@ + for job in $hookdir/initqueue/*.sh; do + [ -e "$job" ] || break + job=$job . $job +- check_finished && break 2 ++ check_finished + done + + $UDEV_QUEUE_EMPTY >/dev/null 2>&1 || continue +@@ -235,7 +235,7 @@ + for job in $hookdir/initqueue/settled/*.sh; do + [ -e "$job" ] || break + job=$job . $job +- check_finished && break 2 ++ check_finished + done + + $UDEV_QUEUE_EMPTY >/dev/null 2>&1 || continue +@@ -265,7 +265,7 @@ + main_loop=0 + done + fi +- ++ check_finished && break + main_loop=$(($main_loop+1)) + [ $main_loop -gt $RDRETRY ] \ + && { flock -s 9 ; emergency_shell "Unable to process initqueue"; } 9>/.console_lock |