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

Collapse All | Expand All

(-)src/unix.c.old (-1 / +1 lines)
Lines 900-906 Link Here
900
900
901
    default:
901
    default:
902
902
903
        if ((pp = cf_popen("/sbin/ifconfig -a", "r")) == NULL)
903
        if ((pp = cf_popen("/bin/ifconfig -a", "r")) == NULL)
904
        {
904
        {
905
            CfOut(cf_verbose, "", "Could not find interface info\n");
905
            CfOut(cf_verbose, "", "Could not find interface info\n");
906
            return;
906
            return;

Return to bug 444532