Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 525914 | Differences between
and this patch

Collapse All | Expand All

(-)cfengine-3.6.2.orig/libenv/unix_iface.c (-1 / +1 lines)
Lines 625-631 Link Here
625
        return;
625
        return;
626
    }
626
    }
627
#else
627
#else
628
    if ((pp = cf_popen("/sbin/ifconfig -a", "r", true)) == NULL)
628
    if ((pp = cf_popen("/sbin/ifconfig -a", "r", true)) == NULL || (pp = cf_popen("/bin/ifconfig -a", "r", true)) == NULL)
629
    {
629
    {
630
        Log(LOG_LEVEL_VERBOSE, "Could not find interface info");
630
        Log(LOG_LEVEL_VERBOSE, "Could not find interface info");
631
        return;
631
        return;

Return to bug 525914