summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/attachments/20120202/80fcc31c
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
committerNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
commit1be510f9529cb082f802408b472a77d074b394c0 (patch)
treeb175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/attachments/20120202/80fcc31c
parentfa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff)
downloadarchives-master.tar
archives-master.tar.gz
archives-master.tar.bz2
archives-master.tar.xz
archives-master.zip
Add zarb MLs html archivesHEADmaster
Diffstat (limited to 'zarb-ml/mageia-dev/attachments/20120202/80fcc31c')
-rw-r--r--zarb-ml/mageia-dev/attachments/20120202/80fcc31c/attachment-0001.obj43
-rw-r--r--zarb-ml/mageia-dev/attachments/20120202/80fcc31c/attachment.obj43
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