]> git.pld-linux.org Git - packages/libvirt.git/blame - libvirt-udevadm-settle.patch
- updated to 1.1.2
[packages/libvirt.git] / libvirt-udevadm-settle.patch
CommitLineData
7448c7c9
MK
1diff -urP libvirt-1.1.0.orig/src/util/virutil.c libvirt-1.1.0/src/util/virutil.c
2--- libvirt-1.1.0.orig/src/util/virutil.c 2013-07-01 03:08:36.000000000 +0000
3+++ libvirt-1.1.0/src/util/virutil.c 2013-07-22 12:58:14.053179206 +0000
4@@ -1419,7 +1419,7 @@
5 void virFileWaitForDevices(void)
6 {
7 # ifdef UDEVADM
8- const char *const settleprog[] = { UDEVADM, "settle", NULL };
9+ const char *const settleprog[] = { UDEVADM, "settle", "--timeout=10" , NULL };
10 # else
11 const char *const settleprog[] = { UDEVSETTLE, NULL };
12 # endif
This page took 0.067766 seconds and 4 git commands to generate.