source: freewrt/package/busybox/patches/003-udhcpc-quiet.patch@ 44e51f3

freewrt_2_0
Last change on this file since 44e51f3 was 44e51f3, checked in by Waldemar Brodkorb <wbx@…>, 4 months ago

busybox: update to latest

  • Property mode set to 100644
File size: 924 bytes
  • networking/ifupdown.c

    diff -Nur busybox-1.25.0.orig/networking/ifupdown.c busybox-1.25.0/networking/ifupdown.c
    old new  
    537537        },
    538538        { "udhcpc",
    539539                "udhcpc " UDHCPC_CMD_OPTIONS " -p /var/run/udhcpc.%iface%.pid -i %iface%[[ -x hostname:%hostname%]][[ -c %client%]]"
    540                                 "[[ -s %script%]][[ %udhcpc_opts%]]",
     540                                "[[ -s %script%]][[ %udhcpc_opts%]] 2>/dev/null",
    541541                "kill `cat /var/run/udhcpc.%iface%.pid` 2>/dev/null",
    542542        },
    543543};
     
    576576                return 0;
    577577#  endif
    578578        return execute("udhcpc " UDHCPC_CMD_OPTIONS " -p /var/run/udhcpc.%iface%.pid "
    579                         "-i %iface%[[ -x hostname:%hostname%]][[ -c %client%]][[ -s %script%]][[ %udhcpc_opts%]]",
     579                        "-i %iface%[[ -x hostname:%hostname%]][[ -c %client%]][[ -s %script%]][[ %udhcpc_opts%]] 2>/dev/null",
    580580                        ifd, exec);
    581581}
    582582# else
Note: See TracBrowser for help on using the repository browser.