]> TLD Linux GIT Repositories - packages/libvirt.git/blob - libvirt-udevadm-settle.patch
- updated to 4.5.0
[packages/libvirt.git] / libvirt-udevadm-settle.patch
1 diff -urp libvirt-4.5.0.orig/src/util/virutil.c libvirt-4.5.0/src/util/virutil.c
2 --- libvirt-4.5.0.orig/src/util/virutil.c       2018-07-09 16:29:11.910859942 +0000
3 +++ libvirt-4.5.0/src/util/virutil.c    2018-07-09 16:29:30.389858840 +0000
4 @@ -1598,7 +1598,7 @@ virSetUIDGIDWithCaps(uid_t uid, gid_t gi
5  void virWaitForDevices(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