Ignore:
Timestamp:
Dec 20, 2016, 4:07:32 PM (7 years ago)
Author:
Bruno Cornec
Message:

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

Location:
branches/3.3
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi-busybox/docs/ifupdown_design.txt

    r2725 r3621  
    2222    int i ;
    2323    for (i = 0; i < ARRAY_SIZE(ext_dhcp_clients); i++) {
    24         if (exists_execable(ext_dhcp_clients[i].name))
     24        if (executable_exists(ext_dhcp_clients[i].name))
    2525            return execute(ext_dhcp_clients[i].stopcmd, ifd, exec);
    2626    }
Note: See TracChangeset for help on using the changeset viewer.