search for: guest_distro

Displaying 1 result from an estimated 1 matches for "guest_distro".

2012 Sep 16
3
Remaining syntax-check errors in libguestfs
...I think the regexp is over-matching. > prohibit_strcmp > examples/mount_local.c:150: if (p && strcmp (p+1, "bash") == 0) { > examples/virt-dhcp-address.c:129: if (strcmp (guest_type, "linux") == 0) { > examples/virt-dhcp-address.c:134: if (strcmp (guest_distro, "fedora") == 0 || > examples/virt-dhcp-address.c:135: strcmp (guest_distro, "rhel") == 0 || > examples/virt-dhcp-address.c:136: strcmp (guest_distro, "redhat-based") == 0) { > examples/virt-dhcp-address.c:139: else if (strcmp (guest_distro, &...