]> TLD Linux GIT Repositories - packages/libvirt.git/blob - libvirt-udevadm-settle.patch
- updated for 1.3.2
[packages/libvirt.git] / libvirt-udevadm-settle.patch
1 diff -urp libvirt-1.3.2.orig/src/util/virutil.c libvirt-1.3.2/src/util/virutil.c
2 --- libvirt-1.3.2.orig/src/util/virutil.c       2016-01-10 01:57:37.000000000 +0000
3 +++ libvirt-1.3.2/src/util/virutil.c    2016-03-18 12:36:50.135768000 +0000
4 @@ -1538,7 +1538,7 @@ virSetUIDGIDWithCaps(uid_t uid, gid_t gi
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